#CEE53F

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

Shades of Pear #CEE53F

Tints of Pear #CEE53F

Color information

#CEE53F (or 0xCEE53F) is unknown color: approx Pear. HEX triplet: CE, E5 and 3F. RGB value is (206,229,63). Sum of RGB (Red+Green+Blue) = 206+229+63=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE53F is #311AC0. Grayscale: #CBCBCB. Windows color (decimal): -3218113 or 4187598. OLE color: 4187598.

HSL color Cylindrical-coordinate representation of color #CEE53F: hue angle of 68.31º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEE53F is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB20622963-
CMYK0.1000.720.10
HSL68.31º76.15%57.25%-
HSV(B)68.31º72.49%89.8%-
XYZ54.3769.5215.26-
YUV203.248.88130-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 229 (89.84% from 255) = 45.98%
BLUE value IS 63 (25% from 255) = 12.65%
R=41.37%
G=45.98%
B=12.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal206229630.1000.720.1068.3176.1557.25
HexCEE53FA048A444c39
Octal316345771201101210411471
Binary1100111011100101111111101001001000101010001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE53F; }

 p { color: rgb(206,229,63); }

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

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

 a { background-color: rgb(206,229,63); }

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

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

 span { border-color: rgb(206,229,63); }

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