Shades of Sulu #C7DC87
Tints of Sulu #C7DC87
RGB
CMYK
RGB Variations
Color information
#C7DC87 (or 0xC7DC87) is known color: Sulu. HEX triplet: C7, DC and 87. RGB value is (199,220,135). Sum of RGB (Red+Green+Blue) = 199+220+135=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 135 (53.12% from 255 or 24.37% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DC87 is #382378. Grayscale: #CCCCCC. Windows color (decimal): -3679097 or 8903879. OLE color: 8903879.
HSL color Cylindrical-coordinate representation of color #C7DC87: hue angle of 74.82º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7DC87 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 135 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.14 |
| HSL | 74.82º | 0.55% | 0.7% | - |
| HSV(B) | 74.82º | 0.39% | 0.86% | - |
| XYZ | 53.52 | 65.08 | 32.66 | - |
| YUV | 204.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 135 | 0.10 | 0 | 0.39 | 0.14 | 74.82 | 0.55 | 0.7 |
| Hex | C7 | DC | 87 | A | 0 | 27 | E | 4B | 37 | 46 |
| Octal | 307 | 334 | 207 | 12 | 0 | 47 | 16 | 113 | 67 | 106 |
| Binary | 11000111 | 11011100 | 10000111 | 1010 | 0 | 100111 | 1110 | 1001011 | 110111 | 1000110 |
Color Harmonies of #C7DC87
Complementary color
Monochromatic Colors of #C7DC87
Black with #C7DC87
Text Example
Text Example
White with #C7DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC87; }
p { color: rgb(199,220,135); }
H1.HeaderClassName
{
color: #C7DC87;
}
.AnyTagClassName
{
color: #C7DC87;
}
</style>
background-color css
<style>
a { background-color: #C7DC87; }
a { background-color: rgb(199,220,135); }
div.DivClassName
{
background-color: #C7DC87;
}
.BgClassName
{
background-color: #C7DC87;
}
</style>
border-color css
<style>
span { border-color: #C7DC87; }
span { border-color: rgb(199,220,135); }
td.TdClassName
{
border-color: #C7DC87;
}
.TagClassName
{
border-color: #C7DC87;
}
</style>