#CDE166

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

Shades of Mindaro #CDE166

Tints of Mindaro #CDE166

Color information

#CDE166 (or 0xCDE166) is unknown color: approx Mindaro. HEX triplet: CD, E1 and 66. RGB value is (205,225,102). Sum of RGB (Red+Green+Blue) = 205+225+102=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE166 is #321E99. Grayscale: #CDCDCD. Windows color (decimal): -3284634 or 6742477. OLE color: 6742477.

HSL color Cylindrical-coordinate representation of color #CDE166: hue angle of 69.76º 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 #CDE166 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB205225102-
CMYK0.0900.550.12
HSL69.76º67.21%64.12%-
HSV(B)69.76º54.67%88.24%-
XYZ54.567.7922.78-
YUV20569.87128-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 225 (88.28% from 255) = 42.29%
BLUE value IS 102 (40.23% from 255) = 19.17%
R=38.53%
G=42.29%
B=19.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251020.0900.550.1269.7667.2164.12
HexCDE1669037C464340
Octal3153411461106714106103100
Binary11001101111000011100110100101101111100100011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE166; }

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

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

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

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

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

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

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

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