#CEE972

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

Shades of Mindaro #CEE972

Tints of Mindaro #CEE972

Color information

#CEE972 (or 0xCEE972) is unknown color: approx Mindaro. HEX triplet: CE, E9 and 72. RGB value is (206,233,114). Sum of RGB (Red+Green+Blue) = 206+233+114=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE972 is #31168D. Grayscale: #D3D3D3. Windows color (decimal): -3217038 or 7530958. OLE color: 7530958.

HSL color Cylindrical-coordinate representation of color #CEE972: hue angle of 73.61º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEE972 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB206233114-
CMYK0.1200.510.09
HSL73.61º73.01%68.04%-
HSV(B)73.61º51.07%91.37%-
XYZ57.6372.6126.9-
YUV211.3673.05124.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 233 (91.41% from 255) = 42.13%
BLUE value IS 114 (44.92% from 255) = 20.61%
R=37.25%
G=42.13%
B=20.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062331140.1200.510.0973.6173.0168.04
HexCEE972C03394a4944
Octal3163511621406311112111104
Binary11001110111010011110010110001100111001100101010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE972; }

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

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

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

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

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

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

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

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