#CEE53E

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

Shades of Pear #CEE53E

Tints of Pear #CEE53E

Color information

#CEE53E (or 0xCEE53E) is unknown color: approx Pear. HEX triplet: CE, E5 and 3E. RGB value is (206,229,62). Sum of RGB (Red+Green+Blue) = 206+229+62=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 62 (24.61% from 255 or 12.47% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE53E is #311AC1. Grayscale: #CBCBCB. Windows color (decimal): -3218114 or 4122062. OLE color: 4122062.

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

Color convert

RGB20622962-
CMYK0.1000.730.10
HSL68.26º76.26%57.06%-
HSV(B)68.26º72.93%89.8%-
XYZ54.3469.5115.11-
YUV203.0848.38130.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 229 (89.84% from 255) = 46.08%
BLUE value IS 62 (24.61% from 255) = 12.47%
R=41.45%
G=46.08%
B=12.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal206229620.1000.730.1068.2676.2657.06
HexCEE53EA049A444c39
Octal316345761201111210411471
Binary1100111011100101111110101001001001101010001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE53E; }

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

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

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

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

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

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

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

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