Html Css Color HEX #C9DC6C Mindaro

📋 copy color: '#C9DC6C'

red 201 ◦ green 220 ◦ blue 108

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

Shades of Mindaro #C9DC6C

Tints of Mindaro #C9DC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.42%

R = 38%
G = 41.59%
B = 20.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#C9DC6C (or 0xC9DC6C) is known color: Mindaro. HEX triplet: C9, DC and 6C. RGB value is (201,220,108). Sum of RGB (Red+Green+Blue) = 201+220+108=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DC6C is #362393. Grayscale: #C9C9C9. Windows color (decimal): -3548052 or 7134409. OLE color: 7134409.

HSL color Cylindrical-coordinate representation of color #C9DC6C: hue angle of 70.18º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9DC6C is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 108 -
CMYK 0.09 0 0.51 0.14
HSL 70.18º 0.62% 0.64% -
HSV(B) 70.18º 0.51% 0.86% -
XYZ 52.39 64.69 23.91 -
YUV 201.55 75.21 127.61 -
System Red Green Blue C M Y K H S L
Decimal 201 220 108 0.09 0 0.51 0.14 70.18 0.62 0.64
Hex C9 DC 6C 9 0 33 E 46 3E 40
Octal 311 334 154 11 0 63 16 106 76 100
Binary 11001001 11011100 1101100 1001 0 110011 1110 1000110 111110 1000000

Color Harmonies of #C9DC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DC6C

Black with #C9DC6C

Text Example


Text Example

White with #C9DC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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