#CEFF2C

Color #CEFF2C Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CEFF2C

Tints of Pear #CEFF2C

Color information

#CEFF2C (or 0xCEFF2C) is unknown color: approx Pear. HEX triplet: CE, FF and 2C. RGB value is (206,255,44). Sum of RGB (Red+Green+Blue) = 206+255+44=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 44 (17.58% from 255 or 8.71% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF2C is #3100D3. Grayscale: #D9D9D9. Windows color (decimal): -3211476 or 2949070. OLE color: 2949070.

HSL color Cylindrical-coordinate representation of color #CEFF2C: hue angle of 73.93º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEFF2C is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB20625544-
CMYK0.1900.830
HSL73.93º100%58.63%-
HSV(B)73.93º82.75%100%-
XYZ61.6784.8215.51-
YUV216.330.77120.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 40.79%
GREEN value IS 255 (100% from 255) = 50.50%
BLUE value IS 44 (17.58% from 255) = 8.71%
R=40.79%
G=50.50%
B=8.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal206255440.1900.83073.9310058.63
HexCEFF2C1305304a643b
Octal31637754230123011214473
Binary11001110111111111011001001101010011010010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFF2C; }

 p { color: rgb(206,255,44); }

 H1.HeaderClassName
 {
   color: #CEFF2C;
 }
 .AnyTagClassName
 {
   color: #CEFF2C;
 }
</style>
background-color css

<style>
 a { background-color: #CEFF2C; }

 a { background-color: rgb(206,255,44); }

 div.DivClassName
 {
   background-color: #CEFF2C;
 }
 .BgClassName
 {
   background-color: #CEFF2C;
 }
</style>
border-color css

<style>
 span { border-color: #CEFF2C; }

 span { border-color: rgb(206,255,44); }

 td.TdClassName
 {
   border-color: #CEFF2C;
 }
 .TagClassName
 {
   border-color: #CEFF2C;
 }
</style>