Html Css Color HEX #C9DC6F Mindaro

📋 copy color: '#C9DC6F'

red 201 ◦ green 220 ◦ blue 111

#C9DC6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #C9DC6F

Tints of Mindaro #C9DC6F

RGB

 RED value IS 201 (78.91% from 255) = 37.78%

 GREEN value IS 220 (86.33% from 255) = 41.35%

 BLUE value IS 111 (43.75% from 255) = 20.86%

R = 37.78%
G = 41.35%
B = 20.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#C9DC6F (or 0xC9DC6F) is known color: Mindaro. HEX triplet: C9, DC and 6F. RGB value is (201,220,111). Sum of RGB (Red+Green+Blue) = 201+220+111=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 111 (43.75% from 255 or 20.86% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DC6F is #362390. Grayscale: #CACACA. Windows color (decimal): -3548049 or 7331017. OLE color: 7331017.

HSL color Cylindrical-coordinate representation of color #C9DC6F: hue angle of 70.46º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9DC6F is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 111 -
CMYK 0.09 0 0.50 0.14
HSL 70.46º 0.61% 0.65% -
HSV(B) 70.46º 0.5% 0.86% -
XYZ 52.55 64.75 24.77 -
YUV 201.89 76.71 127.36 -
System Red Green Blue C M Y K H S L
Decimal 201 220 111 0.09 0 0.50 0.14 70.46 0.61 0.65
Hex C9 DC 6F 9 0 32 E 46 3D 41
Octal 311 334 157 11 0 62 16 106 75 101
Binary 11001001 11011100 1101111 1001 0 110010 1110 1000110 111101 1000001

Color Harmonies of #C9DC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DC6F

Black with #C9DC6F

Text Example


Text Example

White with #C9DC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DC6F; }

 p { color: rgb(201,220,111); }

 H1.HeaderClassName
 {
   color: #C9DC6F;
 }
 .AnyTagClassName
 {
   color: #C9DC6F;
 }
</style>

background-color css

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

 a { background-color: rgb(201,220,111); }

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

border-color css

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

 span { border-color: rgb(201,220,111); }

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