#CEEE27

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

Shades of Pear #CEEE27

Tints of Pear #CEEE27

Color information

#CEEE27 (or 0xCEEE27) is unknown color: approx Pear. HEX triplet: CE, EE and 27. RGB value is (206,238,39). Sum of RGB (Red+Green+Blue) = 206+238+39=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 39 (15.62% from 255 or 8.07% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE27 is #3111D8. Grayscale: #CECECE. Windows color (decimal): -3215833 or 2617038. OLE color: 2617038.

HSL color Cylindrical-coordinate representation of color #CEEE27: hue angle of 69.65º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEEE27 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB20623839-
CMYK0.1300.840.07
HSL69.65º85.41%54.31%-
HSV(B)69.65º83.61%93.33%-
XYZ56.3974.4213.31-
YUV205.7533.9128.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 238 (93.36% from 255) = 49.28%
BLUE value IS 39 (15.62% from 255) = 8.07%
R=42.65%
G=49.28%
B=8.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal206238390.1300.840.0769.6585.4154.31
HexCEEE27D0547465536
Octal31635647150124710612566
Binary110011101110111010011111010101010011110001101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEE27; }

 p { color: rgb(206,238,39); }

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

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

 a { background-color: rgb(206,238,39); }

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

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

 span { border-color: rgb(206,238,39); }

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