Shades of Sulu #C0DE83
Tints of Sulu #C0DE83
RGB
CMYK
RGB Variations
Color information
#C0DE83 (or 0xC0DE83) is known color: Sulu. HEX triplet: C0, DE and 83. RGB value is (192,222,131). Sum of RGB (Red+Green+Blue) = 192+222+131=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DE83 is #3F217C. Grayscale: #CACACA. Windows color (decimal): -4137341 or 8642240. OLE color: 8642240.
HSL color Cylindrical-coordinate representation of color #C0DE83: hue angle of 79.78º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0DE83 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 131 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.13 |
| HSL | 79.78º | 0.58% | 0.69% | - |
| HSV(B) | 79.78º | 0.41% | 0.87% | - |
| XYZ | 51.96 | 65.09 | 31.3 | - |
| YUV | 202.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 131 | 0.14 | 0 | 0.41 | 0.13 | 79.78 | 0.58 | 0.69 |
| Hex | C0 | DE | 83 | E | 0 | 29 | D | 50 | 3A | 45 |
| Octal | 300 | 336 | 203 | 16 | 0 | 51 | 15 | 120 | 72 | 105 |
| Binary | 11000000 | 11011110 | 10000011 | 1110 | 0 | 101001 | 1101 | 1010000 | 111010 | 1000101 |
Color Harmonies of #C0DE83
Complementary color
Monochromatic Colors of #C0DE83
Black with #C0DE83
Text Example
Text Example
White with #C0DE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE83; }
p { color: rgb(192,222,131); }
H1.HeaderClassName
{
color: #C0DE83;
}
.AnyTagClassName
{
color: #C0DE83;
}
</style>
background-color css
<style>
a { background-color: #C0DE83; }
a { background-color: rgb(192,222,131); }
div.DivClassName
{
background-color: #C0DE83;
}
.BgClassName
{
background-color: #C0DE83;
}
</style>
border-color css
<style>
span { border-color: #C0DE83; }
span { border-color: rgb(192,222,131); }
td.TdClassName
{
border-color: #C0DE83;
}
.TagClassName
{
border-color: #C0DE83;
}
</style>