#C9DE6C

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

Shades of Mindaro #C9DE6C

Tints of Mindaro #C9DE6C

Color information

#C9DE6C (or 0xC9DE6C) is unknown color: approx Mindaro. HEX triplet: C9, DE and 6C. RGB value is (201,222,108). Sum of RGB (Red+Green+Blue) = 201+222+108=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DE6C is #362193. Grayscale: #CBCBCB. Windows color (decimal): -3547540 or 7134921. OLE color: 7134921.

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

Color convert

RGB201222108-
CMYK0.0900.510.13
HSL71.05º63.33%64.71%-
HSV(B)71.05º51.35%87.06%-
XYZ52.9265.7424.09-
YUV202.7274.54126.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.85%
GREEN value IS 222 (87.11% from 255) = 41.81%
BLUE value IS 108 (42.58% from 255) = 20.34%
R=37.85%
G=41.81%
B=20.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012221080.0900.510.1371.0563.3364.71
HexC9DE6C9033D473f41
Octal311336154110631510777101
Binary1100100111011110110110010010110011110110001111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DE6C; }

 p { color: rgb(201,222,108); }

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

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

 a { background-color: rgb(201,222,108); }

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

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

 span { border-color: rgb(201,222,108); }

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