Shades of Sulu #C0E181
Tints of Sulu #C0E181
RGB
CMYK
RGB Variations
Color information
#C0E181 (or 0xC0E181) is known color: Sulu. HEX triplet: C0, E1 and 81. RGB value is (192,225,129). Sum of RGB (Red+Green+Blue) = 192+225+129=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E181 is #3F1E7E. Grayscale: #CCCCCC. Windows color (decimal): -4136575 or 8511936. OLE color: 8511936.
HSL color Cylindrical-coordinate representation of color #C0E181: hue angle of 80.62º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0E181 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 129 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.12 |
| HSL | 80.63º | 0.62% | 0.69% | - |
| HSV(B) | 80.63º | 0.43% | 0.88% | - |
| XYZ | 52.63 | 66.64 | 30.86 | - |
| YUV | 204.19 | 85.57 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 129 | 0.15 | 0 | 0.43 | 0.12 | 80.63 | 0.62 | 0.69 |
| Hex | C0 | E1 | 81 | F | 0 | 2B | C | 51 | 3E | 45 |
| Octal | 300 | 341 | 201 | 17 | 0 | 53 | 14 | 121 | 76 | 105 |
| Binary | 11000000 | 11100001 | 10000001 | 1111 | 0 | 101011 | 1100 | 1010001 | 111110 | 1000101 |
Color Harmonies of #C0E181
Complementary color
Monochromatic Colors of #C0E181
Black with #C0E181
Text Example
Text Example
White with #C0E181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E181; }
p { color: rgb(192,225,129); }
H1.HeaderClassName
{
color: #C0E181;
}
.AnyTagClassName
{
color: #C0E181;
}
</style>
background-color css
<style>
a { background-color: #C0E181; }
a { background-color: rgb(192,225,129); }
div.DivClassName
{
background-color: #C0E181;
}
.BgClassName
{
background-color: #C0E181;
}
</style>
border-color css
<style>
span { border-color: #C0E181; }
span { border-color: rgb(192,225,129); }
td.TdClassName
{
border-color: #C0E181;
}
.TagClassName
{
border-color: #C0E181;
}
</style>