Shades of Sulu #C0E280
Tints of Sulu #C0E280
RGB
CMYK
RGB Variations
Color information
#C0E280 (or 0xC0E280) is known color: Sulu. HEX triplet: C0, E2 and 80. RGB value is (192,226,128). Sum of RGB (Red+Green+Blue) = 192+226+128=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E280 is #3F1D7F. Grayscale: #CDCDCD. Windows color (decimal): -4136320 or 8446656. OLE color: 8446656.
HSL color Cylindrical-coordinate representation of color #C0E280: hue angle of 80.82º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0E280 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 128 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.11 |
| HSL | 80.82º | 0.63% | 0.69% | - |
| HSV(B) | 80.82º | 0.43% | 0.89% | - |
| XYZ | 52.83 | 67.16 | 30.6 | - |
| YUV | 204.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 128 | 0.15 | 0 | 0.43 | 0.11 | 80.82 | 0.63 | 0.69 |
| Hex | C0 | E2 | 80 | F | 0 | 2B | B | 51 | 3F | 45 |
| Octal | 300 | 342 | 200 | 17 | 0 | 53 | 13 | 121 | 77 | 105 |
| Binary | 11000000 | 11100010 | 10000000 | 1111 | 0 | 101011 | 1011 | 1010001 | 111111 | 1000101 |
Color Harmonies of #C0E280
Complementary color
Monochromatic Colors of #C0E280
Black with #C0E280
Text Example
Text Example
White with #C0E280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E280; }
p { color: rgb(192,226,128); }
H1.HeaderClassName
{
color: #C0E280;
}
.AnyTagClassName
{
color: #C0E280;
}
</style>
background-color css
<style>
a { background-color: #C0E280; }
a { background-color: rgb(192,226,128); }
div.DivClassName
{
background-color: #C0E280;
}
.BgClassName
{
background-color: #C0E280;
}
</style>
border-color css
<style>
span { border-color: #C0E280; }
span { border-color: rgb(192,226,128); }
td.TdClassName
{
border-color: #C0E280;
}
.TagClassName
{
border-color: #C0E280;
}
</style>