Shades of Sulu #C0E182
Tints of Sulu #C0E182
RGB
CMYK
RGB Variations
Color information
#C0E182 (or 0xC0E182) is known color: Sulu. HEX triplet: C0, E1 and 82. RGB value is (192,225,130). Sum of RGB (Red+Green+Blue) = 192+225+130=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E182 is #3F1E7D. Grayscale: #CCCCCC. Windows color (decimal): -4136574 or 8577472. OLE color: 8577472.
HSL color Cylindrical-coordinate representation of color #C0E182: hue angle of 80.84º degrees, saturation: 0.61, 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 #C0E182 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 130 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.12 |
| HSL | 80.84º | 0.61% | 0.7% | - |
| HSV(B) | 80.84º | 0.42% | 0.88% | - |
| XYZ | 52.69 | 66.67 | 31.21 | - |
| YUV | 204.3 | 86.07 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 130 | 0.15 | 0 | 0.42 | 0.12 | 80.84 | 0.61 | 0.7 |
| Hex | C0 | E1 | 82 | F | 0 | 2A | C | 51 | 3D | 46 |
| Octal | 300 | 341 | 202 | 17 | 0 | 52 | 14 | 121 | 75 | 106 |
| Binary | 11000000 | 11100001 | 10000010 | 1111 | 0 | 101010 | 1100 | 1010001 | 111101 | 1000110 |
Color Harmonies of #C0E182
Complementary color
Monochromatic Colors of #C0E182
Black with #C0E182
Text Example
Text Example
White with #C0E182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E182; }
p { color: rgb(192,225,130); }
H1.HeaderClassName
{
color: #C0E182;
}
.AnyTagClassName
{
color: #C0E182;
}
</style>
background-color css
<style>
a { background-color: #C0E182; }
a { background-color: rgb(192,225,130); }
div.DivClassName
{
background-color: #C0E182;
}
.BgClassName
{
background-color: #C0E182;
}
</style>
border-color css
<style>
span { border-color: #C0E182; }
span { border-color: rgb(192,225,130); }
td.TdClassName
{
border-color: #C0E182;
}
.TagClassName
{
border-color: #C0E182;
}
</style>