Html Css Color HEX #C9DD70 Mindaro

📋 copy color: '#C9DD70'

red 201 ◦ green 221 ◦ blue 112

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

Shades of Mindaro #C9DD70

Tints of Mindaro #C9DD70

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.39%

 BLUE value IS 112 (44.14% from 255) = 20.97%

R = 37.64%
G = 41.39%
B = 20.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#C9DD70 (or 0xC9DD70) is known color: Mindaro. HEX triplet: C9, DD and 70. RGB value is (201,221,112). Sum of RGB (Red+Green+Blue) = 201+221+112=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DD70 is #36228F. Grayscale: #CBCBCB. Windows color (decimal): -3547792 or 7396809. OLE color: 7396809.

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

Color convert

RGB 201 221 112 -
CMYK 0.09 0 0.49 0.13
HSL 71.01º 0.62% 0.65% -
HSV(B) 71.01º 0.49% 0.87% -
XYZ 52.87 65.3 25.15 -
YUV 202.59 76.87 126.86 -
System Red Green Blue C M Y K H S L
Decimal 201 221 112 0.09 0 0.49 0.13 71.01 0.62 0.65
Hex C9 DD 70 9 0 31 D 47 3E 41
Octal 311 335 160 11 0 61 15 107 76 101
Binary 11001001 11011101 1110000 1001 0 110001 1101 1000111 111110 1000001

Color Harmonies of #C9DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DD70

Black with #C9DD70

Text Example


Text Example

White with #C9DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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