Html Css Color HEX #C9DC6B Mindaro

📋 copy color: '#C9DC6B'

red 201 ◦ green 220 ◦ blue 107

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

Shades of Mindaro #C9DC6B

Tints of Mindaro #C9DC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.27%

R = 38.07%
G = 41.67%
B = 20.27%

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

#C9DC6B (or 0xC9DC6B) is known color: Mindaro. HEX triplet: C9, DC and 6B. RGB value is (201,220,107). Sum of RGB (Red+Green+Blue) = 201+220+107=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DC6B is #362394. Grayscale: #C9C9C9. Windows color (decimal): -3548053 or 7068873. OLE color: 7068873.

HSL color Cylindrical-coordinate representation of color #C9DC6B: hue angle of 70.09º 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 #C9DC6B is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 107 -
CMYK 0.09 0 0.51 0.14
HSL 70.09º 0.62% 0.64% -
HSV(B) 70.09º 0.51% 0.86% -
XYZ 52.33 64.67 23.63 -
YUV 201.44 74.71 127.69 -
System Red Green Blue C M Y K H S L
Decimal 201 220 107 0.09 0 0.51 0.14 70.09 0.62 0.64
Hex C9 DC 6B 9 0 33 E 46 3E 40
Octal 311 334 153 11 0 63 16 106 76 100
Binary 11001001 11011100 1101011 1001 0 110011 1110 1000110 111110 1000000

Color Harmonies of #C9DC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DC6B

Black with #C9DC6B

Text Example


Text Example

White with #C9DC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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