Shades of Sulu #C0F86B
Tints of Sulu #C0F86B
RGB
CMYK
RGB Variations
Color information
#C0F86B (or 0xC0F86B) is known color: Sulu. HEX triplet: C0, F8 and 6B. RGB value is (192,248,107). Sum of RGB (Red+Green+Blue) = 192+248+107=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F86B is #3F0794. Grayscale: #D7D7D7. Windows color (decimal): -4130709 or 7076032. OLE color: 7076032.
HSL color Cylindrical-coordinate representation of color #C0F86B: hue angle of 83.83º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0F86B is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 107 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.03 |
| HSL | 83.83º | 0.91% | 0.7% | - |
| HSV(B) | 83.83º | 0.57% | 0.97% | - |
| XYZ | 57.96 | 79.4 | 26.18 | - |
| YUV | 215.18 | 66.95 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 107 | 0.23 | 0 | 0.57 | 0.03 | 83.83 | 0.91 | 0.7 |
| Hex | C0 | F8 | 6B | 17 | 0 | 39 | 3 | 54 | 5B | 46 |
| Octal | 300 | 370 | 153 | 27 | 0 | 71 | 3 | 124 | 133 | 106 |
| Binary | 11000000 | 11111000 | 1101011 | 10111 | 0 | 111001 | 11 | 1010100 | 1011011 | 1000110 |
Color Harmonies of #C0F86B
Complementary color
Monochromatic Colors of #C0F86B
Black with #C0F86B
Text Example
Text Example
White with #C0F86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F86B; }
p { color: rgb(192,248,107); }
H1.HeaderClassName
{
color: #C0F86B;
}
.AnyTagClassName
{
color: #C0F86B;
}
</style>
background-color css
<style>
a { background-color: #C0F86B; }
a { background-color: rgb(192,248,107); }
div.DivClassName
{
background-color: #C0F86B;
}
.BgClassName
{
background-color: #C0F86B;
}
</style>
border-color css
<style>
span { border-color: #C0F86B; }
span { border-color: rgb(192,248,107); }
td.TdClassName
{
border-color: #C0F86B;
}
.TagClassName
{
border-color: #C0F86B;
}
</style>