#CEE166

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

Shades of Mindaro #CEE166

Tints of Mindaro #CEE166

Color information

#CEE166 (or 0xCEE166) is unknown color: approx Mindaro. HEX triplet: CE, E1 and 66. RGB value is (206,225,102). Sum of RGB (Red+Green+Blue) = 206+225+102=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE166 is #311E99. Grayscale: #CDCDCD. Windows color (decimal): -3219098 or 6742478. OLE color: 6742478.

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

Color convert

RGB206225102-
CMYK0.0800.550.12
HSL69.27º67.21%64.12%-
HSV(B)69.27º54.67%88.24%-
XYZ54.7867.9322.8-
YUV205.369.71128.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 225 (88.28% from 255) = 42.21%
BLUE value IS 102 (40.23% from 255) = 19.14%
R=38.65%
G=42.21%
B=19.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062251020.0800.550.1269.2767.2164.12
HexCEE1668037C454340
Octal3163411461006714105103100
Binary11001110111000011100110100001101111100100010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE166; }

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

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

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

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

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

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

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

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