Shades of Sulu #C0DE85
Tints of Sulu #C0DE85
RGB
CMYK
RGB Variations
Color information
#C0DE85 (or 0xC0DE85) is known color: Sulu. HEX triplet: C0, DE and 85. RGB value is (192,222,133). Sum of RGB (Red+Green+Blue) = 192+222+133=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DE85 is #3F217A. Grayscale: #CBCBCB. Windows color (decimal): -4137339 or 8773312. OLE color: 8773312.
HSL color Cylindrical-coordinate representation of color #C0DE85: hue angle of 80.22º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0DE85 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 133 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.13 |
| HSL | 80.22º | 0.57% | 0.7% | - |
| HSV(B) | 80.22º | 0.4% | 0.87% | - |
| XYZ | 52.09 | 65.14 | 32.02 | - |
| YUV | 202.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 133 | 0.14 | 0 | 0.40 | 0.13 | 80.22 | 0.57 | 0.7 |
| Hex | C0 | DE | 85 | E | 0 | 28 | D | 50 | 39 | 46 |
| Octal | 300 | 336 | 205 | 16 | 0 | 50 | 15 | 120 | 71 | 106 |
| Binary | 11000000 | 11011110 | 10000101 | 1110 | 0 | 101000 | 1101 | 1010000 | 111001 | 1000110 |
Color Harmonies of #C0DE85
Complementary color
Monochromatic Colors of #C0DE85
Black with #C0DE85
Text Example
Text Example
White with #C0DE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE85; }
p { color: rgb(192,222,133); }
H1.HeaderClassName
{
color: #C0DE85;
}
.AnyTagClassName
{
color: #C0DE85;
}
</style>
background-color css
<style>
a { background-color: #C0DE85; }
a { background-color: rgb(192,222,133); }
div.DivClassName
{
background-color: #C0DE85;
}
.BgClassName
{
background-color: #C0DE85;
}
</style>
border-color css
<style>
span { border-color: #C0DE85; }
span { border-color: rgb(192,222,133); }
td.TdClassName
{
border-color: #C0DE85;
}
.TagClassName
{
border-color: #C0DE85;
}
</style>