Shades of Sulu #C7DA8B
Tints of Sulu #C7DA8B
RGB
CMYK
RGB Variations
Color information
#C7DA8B (or 0xC7DA8B) is known color: Sulu. HEX triplet: C7, DA and 8B. RGB value is (199,218,139). Sum of RGB (Red+Green+Blue) = 199+218+139=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DA8B is #382574. Grayscale: #CBCBCB. Windows color (decimal): -3679605 or 9165511. OLE color: 9165511.
HSL color Cylindrical-coordinate representation of color #C7DA8B: hue angle of 74.43º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7DA8B is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 218 | 139 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.15 |
| HSL | 74.43º | 0.52% | 0.7% | - |
| HSV(B) | 74.43º | 0.36% | 0.85% | - |
| XYZ | 53.28 | 64.15 | 34 | - |
| YUV | 203.31 | 91.71 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 139 | 0.09 | 0 | 0.36 | 0.15 | 74.43 | 0.52 | 0.7 |
| Hex | C7 | DA | 8B | 9 | 0 | 24 | F | 4A | 34 | 46 |
| Octal | 307 | 332 | 213 | 11 | 0 | 44 | 17 | 112 | 64 | 106 |
| Binary | 11000111 | 11011010 | 10001011 | 1001 | 0 | 100100 | 1111 | 1001010 | 110100 | 1000110 |
Color Harmonies of #C7DA8B
Complementary color
Monochromatic Colors of #C7DA8B
Black with #C7DA8B
Text Example
Text Example
White with #C7DA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DA8B; }
p { color: rgb(199,218,139); }
H1.HeaderClassName
{
color: #C7DA8B;
}
.AnyTagClassName
{
color: #C7DA8B;
}
</style>
background-color css
<style>
a { background-color: #C7DA8B; }
a { background-color: rgb(199,218,139); }
div.DivClassName
{
background-color: #C7DA8B;
}
.BgClassName
{
background-color: #C7DA8B;
}
</style>
border-color css
<style>
span { border-color: #C7DA8B; }
span { border-color: rgb(199,218,139); }
td.TdClassName
{
border-color: #C7DA8B;
}
.TagClassName
{
border-color: #C7DA8B;
}
</style>