Shades of Sulu #C7DB8B
Tints of Sulu #C7DB8B
RGB
CMYK
RGB Variations
Color information
#C7DB8B (or 0xC7DB8B) is known color: Sulu. HEX triplet: C7, DB and 8B. RGB value is (199,219,139). Sum of RGB (Red+Green+Blue) = 199+219+139=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DB8B is #382474. Grayscale: #CCCCCC. Windows color (decimal): -3679349 or 9165767. OLE color: 9165767.
HSL color Cylindrical-coordinate representation of color #C7DB8B: hue angle of 75º degrees, saturation: 0.53, 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 #C7DB8B is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 139 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.14 |
| HSL | 75º | 0.53% | 0.7% | - |
| HSV(B) | 75º | 0.37% | 0.86% | - |
| XYZ | 53.54 | 64.67 | 34.09 | - |
| YUV | 203.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 139 | 0.09 | 0 | 0.37 | 0.14 | 75 | 0.53 | 0.7 |
| Hex | C7 | DB | 8B | 9 | 0 | 25 | E | 4B | 35 | 46 |
| Octal | 307 | 333 | 213 | 11 | 0 | 45 | 16 | 113 | 65 | 106 |
| Binary | 11000111 | 11011011 | 10001011 | 1001 | 0 | 100101 | 1110 | 1001011 | 110101 | 1000110 |
Color Harmonies of #C7DB8B
Complementary color
Monochromatic Colors of #C7DB8B
Black with #C7DB8B
Text Example
Text Example
White with #C7DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB8B; }
p { color: rgb(199,219,139); }
H1.HeaderClassName
{
color: #C7DB8B;
}
.AnyTagClassName
{
color: #C7DB8B;
}
</style>
background-color css
<style>
a { background-color: #C7DB8B; }
a { background-color: rgb(199,219,139); }
div.DivClassName
{
background-color: #C7DB8B;
}
.BgClassName
{
background-color: #C7DB8B;
}
</style>
border-color css
<style>
span { border-color: #C7DB8B; }
span { border-color: rgb(199,219,139); }
td.TdClassName
{
border-color: #C7DB8B;
}
.TagClassName
{
border-color: #C7DB8B;
}
</style>