Shades of Sulu #C0F862
Tints of Sulu #C0F862
RGB
CMYK
RGB Variations
Color information
#C0F862 (or 0xC0F862) is known color: Sulu. HEX triplet: C0, F8 and 62. RGB value is (192,248,98). Sum of RGB (Red+Green+Blue) = 192+248+98=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F862 is #3F079D. Grayscale: #D6D6D6. Windows color (decimal): -4130718 or 6486208. OLE color: 6486208.
HSL color Cylindrical-coordinate representation of color #C0F862: hue angle of 82.4º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0F862 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 98 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.03 |
| HSL | 82.4º | 0.91% | 0.68% | - |
| HSV(B) | 82.4º | 0.6% | 0.97% | - |
| XYZ | 57.51 | 79.22 | 23.82 | - |
| YUV | 214.16 | 62.45 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 98 | 0.23 | 0 | 0.60 | 0.03 | 82.4 | 0.91 | 0.68 |
| Hex | C0 | F8 | 62 | 17 | 0 | 3C | 3 | 52 | 5B | 44 |
| Octal | 300 | 370 | 142 | 27 | 0 | 74 | 3 | 122 | 133 | 104 |
| Binary | 11000000 | 11111000 | 1100010 | 10111 | 0 | 111100 | 11 | 1010010 | 1011011 | 1000100 |
Color Harmonies of #C0F862
Complementary color
Monochromatic Colors of #C0F862
Black with #C0F862
Text Example
Text Example
White with #C0F862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F862; }
p { color: rgb(192,248,98); }
H1.HeaderClassName
{
color: #C0F862;
}
.AnyTagClassName
{
color: #C0F862;
}
</style>
background-color css
<style>
a { background-color: #C0F862; }
a { background-color: rgb(192,248,98); }
div.DivClassName
{
background-color: #C0F862;
}
.BgClassName
{
background-color: #C0F862;
}
</style>
border-color css
<style>
span { border-color: #C0F862; }
span { border-color: rgb(192,248,98); }
td.TdClassName
{
border-color: #C0F862;
}
.TagClassName
{
border-color: #C0F862;
}
</style>