#CEE072

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

Shades of Mindaro #CEE072

Tints of Mindaro #CEE072

Color information

#CEE072 (or 0xCEE072) is unknown color: approx Mindaro. HEX triplet: CE, E0 and 72. RGB value is (206,224,114). Sum of RGB (Red+Green+Blue) = 206+224+114=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE072 is #311F8D. Grayscale: #CECECE. Windows color (decimal): -3219342 or 7528654. OLE color: 7528654.

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

Color convert

RGB206224114-
CMYK0.0800.490.12
HSL69.82º63.95%66.27%-
HSV(B)69.82º49.11%87.84%-
XYZ55.1567.6526.07-
YUV206.0876.04127.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 224 (87.89% from 255) = 41.18%
BLUE value IS 114 (44.92% from 255) = 20.96%
R=37.87%
G=41.18%
B=20.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062241140.0800.490.1269.8263.9566.27
HexCEE0728031C464042
Octal3163401621006114106100102
Binary11001110111000001110010100001100011100100011010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE072; }

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

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

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

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

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

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

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

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