Shades of Sulu #C0DB7B
Tints of Sulu #C0DB7B
RGB
CMYK
RGB Variations
Color information
#C0DB7B (or 0xC0DB7B) is known color: Sulu. HEX triplet: C0, DB and 7B. RGB value is (192,219,123). Sum of RGB (Red+Green+Blue) = 192+219+123=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DB7B is #3F2484. Grayscale: #C8C8C8. Windows color (decimal): -4138117 or 8117184. OLE color: 8117184.
HSL color Cylindrical-coordinate representation of color #C0DB7B: hue angle of 76.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0DB7B is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 123 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.14 |
| HSL | 76.88º | 0.57% | 0.67% | - |
| HSV(B) | 76.88º | 0.44% | 0.86% | - |
| XYZ | 50.64 | 63.3 | 28.29 | - |
| YUV | 199.98 | 84.55 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 123 | 0.12 | 0 | 0.44 | 0.14 | 76.88 | 0.57 | 0.67 |
| Hex | C0 | DB | 7B | C | 0 | 2C | E | 4D | 39 | 43 |
| Octal | 300 | 333 | 173 | 14 | 0 | 54 | 16 | 115 | 71 | 103 |
| Binary | 11000000 | 11011011 | 1111011 | 1100 | 0 | 101100 | 1110 | 1001101 | 111001 | 1000011 |
Color Harmonies of #C0DB7B
Complementary color
Monochromatic Colors of #C0DB7B
Black with #C0DB7B
Text Example
Text Example
White with #C0DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB7B; }
p { color: rgb(192,219,123); }
H1.HeaderClassName
{
color: #C0DB7B;
}
.AnyTagClassName
{
color: #C0DB7B;
}
</style>
background-color css
<style>
a { background-color: #C0DB7B; }
a { background-color: rgb(192,219,123); }
div.DivClassName
{
background-color: #C0DB7B;
}
.BgClassName
{
background-color: #C0DB7B;
}
</style>
border-color css
<style>
span { border-color: #C0DB7B; }
span { border-color: rgb(192,219,123); }
td.TdClassName
{
border-color: #C0DB7B;
}
.TagClassName
{
border-color: #C0DB7B;
}
</style>