#C9DD6B

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

Shades of Mindaro #C9DD6B

Tints of Mindaro #C9DD6B

Color information

#C9DD6B (or 0xC9DD6B) is unknown color: approx Mindaro. HEX triplet: C9, DD and 6B. RGB value is (201,221,107). Sum of RGB (Red+Green+Blue) = 201+221+107=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DD6B is #362294. Grayscale: #CACACA. Windows color (decimal): -3547797 or 7069129. OLE color: 7069129.

HSL color Cylindrical-coordinate representation of color #C9DD6B: hue angle of 70.53º degrees, saturation: 0.63, 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 #C9DD6B is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB201221107-
CMYK0.0900.520.13
HSL70.53º62.64%64.31%-
HSV(B)70.53º51.58%86.67%-
XYZ52.665.1923.72-
YUV202.0274.37127.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 107 (42.19% from 255) = 20.23%
R=38.00%
G=41.78%
B=20.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012211070.0900.520.1370.5362.6464.31
HexC9DD6B9034D473f40
Octal311335153110641510777100
Binary1100100111011101110101110010110100110110001111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DD6B; }

 p { color: rgb(201,221,107); }

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

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

 a { background-color: rgb(201,221,107); }

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

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

 span { border-color: rgb(201,221,107); }

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