#C8DE66

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

Shades of Mindaro #C8DE66

Tints of Mindaro #C8DE66

Color information

#C8DE66 (or 0xC8DE66) is unknown color: approx Mindaro. HEX triplet: C8, DE and 66. RGB value is (200,222,102). Sum of RGB (Red+Green+Blue) = 200+222+102=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DE66 is #372199. Grayscale: #CACACA. Windows color (decimal): -3613082 or 6741704. OLE color: 6741704.

HSL color Cylindrical-coordinate representation of color #C8DE66: hue angle of 71º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8DE66 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB200222102-
CMYK0.1000.540.13
HSL71º64.52%63.53%-
HSV(B)71º54.05%87.06%-
XYZ52.3465.4822.45-
YUV201.7471.71126.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.17%
GREEN value IS 222 (87.11% from 255) = 42.37%
BLUE value IS 102 (40.23% from 255) = 19.47%
R=38.17%
G=42.37%
B=19.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002221020.1000.540.137164.5263.53
HexC8DE66A036D474140
Octal3103361461206615107101100
Binary11001000110111101100110101001101101101100011110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DE66; }

 p { color: rgb(200,222,102); }

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

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

 a { background-color: rgb(200,222,102); }

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

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

 span { border-color: rgb(200,222,102); }

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