Shades of Sulu #C0DD90
Tints of Sulu #C0DD90
RGB
CMYK
RGB Variations
Color information
#C0DD90 (or 0xC0DD90) is known color: Sulu. HEX triplet: C0, DD and 90. RGB value is (192,221,144). Sum of RGB (Red+Green+Blue) = 192+221+144=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DD90 is #3F226F. Grayscale: #CBCBCB. Windows color (decimal): -4137584 or 9493952. OLE color: 9493952.
HSL color Cylindrical-coordinate representation of color #C0DD90: hue angle of 82.6º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0DD90 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 144 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.13 |
| HSL | 82.6º | 0.53% | 0.72% | - |
| HSV(B) | 82.6º | 0.35% | 0.87% | - |
| XYZ | 52.63 | 64.93 | 36.15 | - |
| YUV | 203.55 | 94.39 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 144 | 0.13 | 0 | 0.35 | 0.13 | 82.6 | 0.53 | 0.72 |
| Hex | C0 | DD | 90 | D | 0 | 23 | D | 53 | 35 | 48 |
| Octal | 300 | 335 | 220 | 15 | 0 | 43 | 15 | 123 | 65 | 110 |
| Binary | 11000000 | 11011101 | 10010000 | 1101 | 0 | 100011 | 1101 | 1010011 | 110101 | 1001000 |
Color Harmonies of #C0DD90
Complementary color
Monochromatic Colors of #C0DD90
Black with #C0DD90
Text Example
Text Example
White with #C0DD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD90; }
p { color: rgb(192,221,144); }
H1.HeaderClassName
{
color: #C0DD90;
}
.AnyTagClassName
{
color: #C0DD90;
}
</style>
background-color css
<style>
a { background-color: #C0DD90; }
a { background-color: rgb(192,221,144); }
div.DivClassName
{
background-color: #C0DD90;
}
.BgClassName
{
background-color: #C0DD90;
}
</style>
border-color css
<style>
span { border-color: #C0DD90; }
span { border-color: rgb(192,221,144); }
td.TdClassName
{
border-color: #C0DD90;
}
.TagClassName
{
border-color: #C0DD90;
}
</style>