Shades of Sulu #C0E282
Tints of Sulu #C0E282
RGB
CMYK
RGB Variations
Color information
#C0E282 (or 0xC0E282) is known color: Sulu. HEX triplet: C0, E2 and 82. RGB value is (192,226,130). Sum of RGB (Red+Green+Blue) = 192+226+130=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E282 is #3F1D7D. Grayscale: #CDCDCD. Windows color (decimal): -4136318 or 8577728. OLE color: 8577728.
HSL color Cylindrical-coordinate representation of color #C0E282: hue angle of 81.25º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0E282 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 130 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.11 |
| HSL | 81.25º | 0.62% | 0.7% | - |
| HSV(B) | 81.25º | 0.42% | 0.89% | - |
| XYZ | 52.96 | 67.21 | 31.3 | - |
| YUV | 204.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 130 | 0.15 | 0 | 0.42 | 0.11 | 81.25 | 0.62 | 0.7 |
| Hex | C0 | E2 | 82 | F | 0 | 2A | B | 51 | 3E | 46 |
| Octal | 300 | 342 | 202 | 17 | 0 | 52 | 13 | 121 | 76 | 106 |
| Binary | 11000000 | 11100010 | 10000010 | 1111 | 0 | 101010 | 1011 | 1010001 | 111110 | 1000110 |
Color Harmonies of #C0E282
Complementary color
Monochromatic Colors of #C0E282
Black with #C0E282
Text Example
Text Example
White with #C0E282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E282; }
p { color: rgb(192,226,130); }
H1.HeaderClassName
{
color: #C0E282;
}
.AnyTagClassName
{
color: #C0E282;
}
</style>
background-color css
<style>
a { background-color: #C0E282; }
a { background-color: rgb(192,226,130); }
div.DivClassName
{
background-color: #C0E282;
}
.BgClassName
{
background-color: #C0E282;
}
</style>
border-color css
<style>
span { border-color: #C0E282; }
span { border-color: rgb(192,226,130); }
td.TdClassName
{
border-color: #C0E282;
}
.TagClassName
{
border-color: #C0E282;
}
</style>