#CEE966

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

Shades of Mindaro #CEE966

Tints of Mindaro #CEE966

Color information

#CEE966 (or 0xCEE966) is unknown color: approx Mindaro. HEX triplet: CE, E9 and 66. RGB value is (206,233,102). Sum of RGB (Red+Green+Blue) = 206+233+102=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE966 is #311699. Grayscale: #D2D2D2. Windows color (decimal): -3217050 or 6744526. OLE color: 6744526.

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

Color convert

RGB206233102-
CMYK0.1200.560.09
HSL72.37º74.86%65.69%-
HSV(B)72.37º56.22%91.37%-
XYZ56.9972.3623.53-
YUV209.9967.05125.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 233 (91.41% from 255) = 43.07%
BLUE value IS 102 (40.23% from 255) = 18.85%
R=38.08%
G=43.07%
B=18.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062331020.1200.560.0972.3774.8665.69
HexCEE966C0389484b42
Octal3163511461407011110113102
Binary11001110111010011100110110001110001001100100010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE966; }

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

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

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

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

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

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

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

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