Shades of Sulu #C0EE82
Tints of Sulu #C0EE82
RGB
CMYK
RGB Variations
Color information
#C0EE82 (or 0xC0EE82) is known color: Sulu. HEX triplet: C0, EE and 82. RGB value is (192,238,130). Sum of RGB (Red+Green+Blue) = 192+238+130=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EE82 is #3F117D. Grayscale: #D4D4D4. Windows color (decimal): -4133246 or 8580800. OLE color: 8580800.
HSL color Cylindrical-coordinate representation of color #C0EE82: hue angle of 85.56º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0EE82 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 130 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.07 |
| HSL | 85.56º | 0.76% | 0.72% | - |
| HSV(B) | 85.56º | 0.45% | 0.93% | - |
| XYZ | 56.34 | 73.97 | 32.43 | - |
| YUV | 211.93 | 81.76 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 130 | 0.19 | 0 | 0.45 | 0.07 | 85.56 | 0.76 | 0.72 |
| Hex | C0 | EE | 82 | 13 | 0 | 2D | 7 | 56 | 4C | 48 |
| Octal | 300 | 356 | 202 | 23 | 0 | 55 | 7 | 126 | 114 | 110 |
| Binary | 11000000 | 11101110 | 10000010 | 10011 | 0 | 101101 | 111 | 1010110 | 1001100 | 1001000 |
Color Harmonies of #C0EE82
Complementary color
Monochromatic Colors of #C0EE82
Black with #C0EE82
Text Example
Text Example
White with #C0EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EE82; }
p { color: rgb(192,238,130); }
H1.HeaderClassName
{
color: #C0EE82;
}
.AnyTagClassName
{
color: #C0EE82;
}
</style>
background-color css
<style>
a { background-color: #C0EE82; }
a { background-color: rgb(192,238,130); }
div.DivClassName
{
background-color: #C0EE82;
}
.BgClassName
{
background-color: #C0EE82;
}
</style>
border-color css
<style>
span { border-color: #C0EE82; }
span { border-color: rgb(192,238,130); }
td.TdClassName
{
border-color: #C0EE82;
}
.TagClassName
{
border-color: #C0EE82;
}
</style>