#C8DE6A

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

Shades of Mindaro #C8DE6A

Tints of Mindaro #C8DE6A

Color information

#C8DE6A (or 0xC8DE6A) is unknown color: approx Mindaro. HEX triplet: C8, DE and 6A. RGB value is (200,222,106). Sum of RGB (Red+Green+Blue) = 200+222+106=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DE6A is #372195. Grayscale: #CACACA. Windows color (decimal): -3613078 or 7003848. OLE color: 7003848.

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

Color convert

RGB200222106-
CMYK0.1000.520.13
HSL71.38º63.74%64.31%-
HSV(B)71.38º52.25%87.06%-
XYZ52.5465.5623.52-
YUV202.273.71126.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 106 (41.80% from 255) = 20.08%
R=37.88%
G=42.05%
B=20.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002221060.1000.520.1371.3863.7464.31
HexC8DE6AA034D474040
Octal3103361521206415107100100
Binary11001000110111101101010101001101001101100011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DE6A; }

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

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

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

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

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

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

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

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