Shades of Mindaro #C8DB70
Tints of Mindaro #C8DB70
RGB
CMYK
RGB Variations
Color information
#C8DB70 (or 0xC8DB70) is known color: Mindaro. HEX triplet: C8, DB and 70. RGB value is (200,219,112). Sum of RGB (Red+Green+Blue) = 200+219+112=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DB70 is #37248F. Grayscale: #C9C9C9. Windows color (decimal): -3613840 or 7396296. OLE color: 7396296.
HSL color Cylindrical-coordinate representation of color #C8DB70: hue angle of 70.65º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8DB70 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 219 | 112 | - |
CMYK | 0.09 | 0 | 0.49 | 0.14 |
HSL | 70.65º | 0.6% | 0.65% | - |
HSV(B) | 70.65º | 0.49% | 0.86% | - |
XYZ | 52.08 | 64.11 | 24.96 | - |
YUV | 201.12 | 77.71 | 127.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 219 | 112 | 0.09 | 0 | 0.49 | 0.14 | 70.65 | 0.6 | 0.65 |
Hex | C8 | DB | 70 | 9 | 0 | 31 | E | 47 | 3C | 41 |
Octal | 310 | 333 | 160 | 11 | 0 | 61 | 16 | 107 | 74 | 101 |
Binary | 11001000 | 11011011 | 1110000 | 1001 | 0 | 110001 | 1110 | 1000111 | 111100 | 1000001 |
Color Harmonies of #C8DB70
Complementary color
Monochromatic Colors of #C8DB70
Black with #C8DB70
Text Example
Text Example
White with #C8DB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DB70; }
p { color: rgb(200,219,112); }
H1.HeaderClassName
{
color: #C8DB70;
}
.AnyTagClassName
{
color: #C8DB70;
}
</style>
background-color css
<style>
a { background-color: #C8DB70; }
a { background-color: rgb(200,219,112); }
div.DivClassName
{
background-color: #C8DB70;
}
.BgClassName
{
background-color: #C8DB70;
}
</style>
border-color css
<style>
span { border-color: #C8DB70; }
span { border-color: rgb(200,219,112); }
td.TdClassName
{
border-color: #C8DB70;
}
.TagClassName
{
border-color: #C8DB70;
}
</style>