#CEEE31

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

Shades of Pear #CEEE31

Tints of Pear #CEEE31

Color information

#CEEE31 (or 0xCEEE31) is unknown color: approx Pear. HEX triplet: CE, EE and 31. RGB value is (206,238,49). Sum of RGB (Red+Green+Blue) = 206+238+49=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE31 is #3111CE. Grayscale: #CFCFCF. Windows color (decimal): -3215823 or 3272398. OLE color: 3272398.

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

Color convert

RGB20623849-
CMYK0.1300.790.07
HSL70.16º84.75%56.27%-
HSV(B)70.16º79.41%93.33%-
XYZ56.5874.4914.3-
YUV206.8938.9127.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 238 (93.36% from 255) = 48.28%
BLUE value IS 49 (19.53% from 255) = 9.94%
R=41.78%
G=48.28%
B=9.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal206238490.1300.790.0770.1684.7556.27
HexCEEE31D04F7465538
Octal31635661150117710612570
Binary110011101110111011000111010100111111110001101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEE31; }

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

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

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

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

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

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

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

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