#C8DE6E

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

Shades of Mindaro #C8DE6E

Tints of Mindaro #C8DE6E

Color information

#C8DE6E (or 0xC8DE6E) is unknown color: approx Mindaro. HEX triplet: C8, DE and 6E. RGB value is (200,222,110). Sum of RGB (Red+Green+Blue) = 200+222+110=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DE6E is #372191. Grayscale: #CBCBCB. Windows color (decimal): -3613074 or 7265992. OLE color: 7265992.

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

Color convert

RGB200222110-
CMYK0.1000.500.13
HSL71.79º62.92%65.1%-
HSV(B)71.79º50.45%87.06%-
XYZ52.7665.6524.64-
YUV202.6575.71126.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 222 (87.11% from 255) = 41.73%
BLUE value IS 110 (43.36% from 255) = 20.68%
R=37.59%
G=41.73%
B=20.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002221100.1000.500.1371.7962.9265.1
HexC8DE6EA032D483f41
Octal310336156120621511077101
Binary1100100011011110110111010100110010110110010001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DE6E; }

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

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

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

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

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

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

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

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