Shades of Sulu #C7DC8B
Tints of Sulu #C7DC8B
RGB
CMYK
RGB Variations
Color information
#C7DC8B (or 0xC7DC8B) is known color: Sulu. HEX triplet: C7, DC and 8B. RGB value is (199,220,139). Sum of RGB (Red+Green+Blue) = 199+220+139=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DC8B is #382374. Grayscale: #CCCCCC. Windows color (decimal): -3679093 or 9166023. OLE color: 9166023.
HSL color Cylindrical-coordinate representation of color #C7DC8B: hue angle of 75.56º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7DC8B is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 139 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.14 |
| HSL | 75.56º | 0.54% | 0.7% | - |
| HSV(B) | 75.56º | 0.37% | 0.86% | - |
| XYZ | 53.81 | 65.19 | 34.17 | - |
| YUV | 204.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 139 | 0.10 | 0 | 0.37 | 0.14 | 75.56 | 0.54 | 0.7 |
| Hex | C7 | DC | 8B | A | 0 | 25 | E | 4C | 36 | 46 |
| Octal | 307 | 334 | 213 | 12 | 0 | 45 | 16 | 114 | 66 | 106 |
| Binary | 11000111 | 11011100 | 10001011 | 1010 | 0 | 100101 | 1110 | 1001100 | 110110 | 1000110 |
Color Harmonies of #C7DC8B
Complementary color
Monochromatic Colors of #C7DC8B
Black with #C7DC8B
Text Example
Text Example
White with #C7DC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC8B; }
p { color: rgb(199,220,139); }
H1.HeaderClassName
{
color: #C7DC8B;
}
.AnyTagClassName
{
color: #C7DC8B;
}
</style>
background-color css
<style>
a { background-color: #C7DC8B; }
a { background-color: rgb(199,220,139); }
div.DivClassName
{
background-color: #C7DC8B;
}
.BgClassName
{
background-color: #C7DC8B;
}
</style>
border-color css
<style>
span { border-color: #C7DC8B; }
span { border-color: rgb(199,220,139); }
td.TdClassName
{
border-color: #C7DC8B;
}
.TagClassName
{
border-color: #C7DC8B;
}
</style>