Html Css Color HEX #C7DC6E Mindaro

📋 copy color: '#C7DC6E'

red 199 ◦ green 220 ◦ blue 110

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

Shades of Mindaro #C7DC6E

Tints of Mindaro #C7DC6E

RGB

 RED value IS 199 (78.13% from 255) = 37.62%

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

 BLUE value IS 110 (43.36% from 255) = 20.79%

R = 37.62%
G = 41.59%
B = 20.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#C7DC6E (or 0xC7DC6E) is known color: Mindaro. HEX triplet: C7, DC and 6E. RGB value is (199,220,110). Sum of RGB (Red+Green+Blue) = 199+220+110=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DC6E is #382391. Grayscale: #C9C9C9. Windows color (decimal): -3679122 or 7265479. OLE color: 7265479.

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

Color convert

RGB 199 220 110 -
CMYK 0.10 0 0.50 0.14
HSL 71.45º 0.61% 0.65% -
HSV(B) 71.45º 0.5% 0.86% -
XYZ 51.96 64.45 24.45 -
YUV 201.18 76.54 126.44 -
System Red Green Blue C M Y K H S L
Decimal 199 220 110 0.10 0 0.50 0.14 71.45 0.61 0.65
Hex C7 DC 6E A 0 32 E 47 3D 41
Octal 307 334 156 12 0 62 16 107 75 101
Binary 11000111 11011100 1101110 1010 0 110010 1110 1000111 111101 1000001

Color Harmonies of #C7DC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DC6E

Black with #C7DC6E

Text Example


Text Example

White with #C7DC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DC6E; }

 p { color: rgb(199,220,110); }

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

background-color css

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

 a { background-color: rgb(199,220,110); }

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

border-color css

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

 span { border-color: rgb(199,220,110); }

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