Shades of Sulu #C0DB8B
Tints of Sulu #C0DB8B
RGB
CMYK
RGB Variations
Color information
#C0DB8B (or 0xC0DB8B) is known color: Sulu. HEX triplet: C0, DB and 8B. RGB value is (192,219,139). Sum of RGB (Red+Green+Blue) = 192+219+139=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DB8B is #3F2474. Grayscale: #CACACA. Windows color (decimal): -4138101 or 9165760. OLE color: 9165760.
HSL color Cylindrical-coordinate representation of color #C0DB8B: hue angle of 80.25º 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 #C0DB8B is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 139 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.14 |
| HSL | 80.25º | 0.53% | 0.7% | - |
| HSV(B) | 80.25º | 0.37% | 0.86% | - |
| XYZ | 51.73 | 63.73 | 34 | - |
| YUV | 201.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 139 | 0.12 | 0 | 0.37 | 0.14 | 80.25 | 0.53 | 0.7 |
| Hex | C0 | DB | 8B | C | 0 | 25 | E | 50 | 35 | 46 |
| Octal | 300 | 333 | 213 | 14 | 0 | 45 | 16 | 120 | 65 | 106 |
| Binary | 11000000 | 11011011 | 10001011 | 1100 | 0 | 100101 | 1110 | 1010000 | 110101 | 1000110 |
Color Harmonies of #C0DB8B
Complementary color
Monochromatic Colors of #C0DB8B
Black with #C0DB8B
Text Example
Text Example
White with #C0DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB8B; }
p { color: rgb(192,219,139); }
H1.HeaderClassName
{
color: #C0DB8B;
}
.AnyTagClassName
{
color: #C0DB8B;
}
</style>
background-color css
<style>
a { background-color: #C0DB8B; }
a { background-color: rgb(192,219,139); }
div.DivClassName
{
background-color: #C0DB8B;
}
.BgClassName
{
background-color: #C0DB8B;
}
</style>
border-color css
<style>
span { border-color: #C0DB8B; }
span { border-color: rgb(192,219,139); }
td.TdClassName
{
border-color: #C0DB8B;
}
.TagClassName
{
border-color: #C0DB8B;
}
</style>