Shades of Sulu #C0E083
Tints of Sulu #C0E083
RGB
CMYK
RGB Variations
Color information
#C0E083 (or 0xC0E083) is known color: Sulu. HEX triplet: C0, E0 and 83. RGB value is (192,224,131). Sum of RGB (Red+Green+Blue) = 192+224+131=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E083 is #3F1F7C. Grayscale: #CCCCCC. Windows color (decimal): -4136829 or 8642752. OLE color: 8642752.
HSL color Cylindrical-coordinate representation of color #C0E083: hue angle of 80.65º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0E083 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 131 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.12 |
| HSL | 80.65º | 0.6% | 0.7% | - |
| HSV(B) | 80.65º | 0.42% | 0.88% | - |
| XYZ | 52.49 | 66.16 | 31.48 | - |
| YUV | 203.83 | 86.9 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 131 | 0.14 | 0 | 0.42 | 0.12 | 80.65 | 0.6 | 0.7 |
| Hex | C0 | E0 | 83 | E | 0 | 2A | C | 51 | 3C | 46 |
| Octal | 300 | 340 | 203 | 16 | 0 | 52 | 14 | 121 | 74 | 106 |
| Binary | 11000000 | 11100000 | 10000011 | 1110 | 0 | 101010 | 1100 | 1010001 | 111100 | 1000110 |
Color Harmonies of #C0E083
Complementary color
Monochromatic Colors of #C0E083
Black with #C0E083
Text Example
Text Example
White with #C0E083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E083; }
p { color: rgb(192,224,131); }
H1.HeaderClassName
{
color: #C0E083;
}
.AnyTagClassName
{
color: #C0E083;
}
</style>
background-color css
<style>
a { background-color: #C0E083; }
a { background-color: rgb(192,224,131); }
div.DivClassName
{
background-color: #C0E083;
}
.BgClassName
{
background-color: #C0E083;
}
</style>
border-color css
<style>
span { border-color: #C0E083; }
span { border-color: rgb(192,224,131); }
td.TdClassName
{
border-color: #C0E083;
}
.TagClassName
{
border-color: #C0E083;
}
</style>