Shades of Sulu #C0FB76
Tints of Sulu #C0FB76
RGB
CMYK
RGB Variations
Color information
#C0FB76 (or 0xC0FB76) is known color: Sulu. HEX triplet: C0, FB and 76. RGB value is (192,251,118). Sum of RGB (Red+Green+Blue) = 192+251+118=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FB76 is #3F0489. Grayscale: #DADADA. Windows color (decimal): -4129930 or 7797696. OLE color: 7797696.
HSL color Cylindrical-coordinate representation of color #C0FB76: hue angle of 86.62º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0FB76 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 118 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.02 |
| HSL | 86.62º | 0.94% | 0.72% | - |
| HSV(B) | 86.62º | 0.53% | 0.98% | - |
| XYZ | 59.51 | 81.51 | 29.74 | - |
| YUV | 218.2 | 71.45 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 118 | 0.24 | 0 | 0.53 | 0.02 | 86.62 | 0.94 | 0.72 |
| Hex | C0 | FB | 76 | 18 | 0 | 35 | 2 | 57 | 5E | 48 |
| Octal | 300 | 373 | 166 | 30 | 0 | 65 | 2 | 127 | 136 | 110 |
| Binary | 11000000 | 11111011 | 1110110 | 11000 | 0 | 110101 | 10 | 1010111 | 1011110 | 1001000 |
Color Harmonies of #C0FB76
Complementary color
Monochromatic Colors of #C0FB76
Black with #C0FB76
Text Example
Text Example
White with #C0FB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB76; }
p { color: rgb(192,251,118); }
H1.HeaderClassName
{
color: #C0FB76;
}
.AnyTagClassName
{
color: #C0FB76;
}
</style>
background-color css
<style>
a { background-color: #C0FB76; }
a { background-color: rgb(192,251,118); }
div.DivClassName
{
background-color: #C0FB76;
}
.BgClassName
{
background-color: #C0FB76;
}
</style>
border-color css
<style>
span { border-color: #C0FB76; }
span { border-color: rgb(192,251,118); }
td.TdClassName
{
border-color: #C0FB76;
}
.TagClassName
{
border-color: #C0FB76;
}
</style>