#CEE031

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

Shades of Pear #CEE031

Tints of Pear #CEE031

Color information

#CEE031 (or 0xCEE031) is unknown color: approx Pear. HEX triplet: CE, E0 and 31. RGB value is (206,224,49). Sum of RGB (Red+Green+Blue) = 206+224+49=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE031 is #311FCE. Grayscale: #C7C7C7. Windows color (decimal): -3219407 or 3268814. OLE color: 3268814.

HSL color Cylindrical-coordinate representation of color #CEE031: hue angle of 66.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEE031 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB20622449-
CMYK0.0800.780.12
HSL66.17º73.84%53.53%-
HSV(B)66.17º78.12%87.84%-
XYZ52.6666.6513-
YUV198.6743.54133.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.01%
GREEN value IS 224 (87.89% from 255) = 46.76%
BLUE value IS 49 (19.53% from 255) = 10.23%
R=43.01%
G=46.76%
B=10.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal206224490.0800.780.1266.1773.8453.53
HexCEE031804EC424a36
Octal316340611001161410211266
Binary1100111011100000110001100001001110110010000101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE031; }

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

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

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

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

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

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

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

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