#CEFD33

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

Shades of Pear #CEFD33

Tints of Pear #CEFD33

Color information

#CEFD33 (or 0xCEFD33) is unknown color: approx Pear. HEX triplet: CE, FD and 33. RGB value is (206,253,51). Sum of RGB (Red+Green+Blue) = 206+253+51=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 51 (20.31% from 255 or 10% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD33 is #3102CC. Grayscale: #D8D8D8. Windows color (decimal): -3211981 or 3407310. OLE color: 3407310.

HSL color Cylindrical-coordinate representation of color #CEFD33: hue angle of 73.96º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEFD33 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB20625351-
CMYK0.1900.800.01
HSL73.96º98.06%59.61%-
HSV(B)73.96º79.84%99.22%-
XYZ61.1883.6116.05-
YUV215.9234.93120.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 253 (99.22% from 255) = 49.61%
BLUE value IS 51 (20.31% from 255) = 10%
R=40.39%
G=49.61%
B=10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal206253510.1900.800.0173.9698.0659.61
HexCEFD331305014a623c
Octal31637563230120111214274
Binary11001110111111011100111001101010000110010101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD33; }

 p { color: rgb(206,253,51); }

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

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

 a { background-color: rgb(206,253,51); }

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

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

 span { border-color: rgb(206,253,51); }

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