Shades of Sulu #C0FF76
Tints of Sulu #C0FF76
RGB
CMYK
RGB Variations
Color information
#C0FF76 (or 0xC0FF76) is known color: Sulu. HEX triplet: C0, FF and 76. RGB value is (192,255,118). Sum of RGB (Red+Green+Blue) = 192+255+118=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF76 is #3F0089. Grayscale: #DDDDDD. Windows color (decimal): -4128906 or 7798720. OLE color: 7798720.
HSL color Cylindrical-coordinate representation of color #C0FF76: hue angle of 87.59º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0FF76 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 118 | - |
| CMYK | 0.25 | 0 | 0.54 | 0 |
| HSL | 87.59º | 1% | 0.73% | - |
| HSV(B) | 87.59º | 0.54% | 1% | - |
| XYZ | 60.77 | 84.03 | 30.16 | - |
| YUV | 220.55 | 70.13 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 118 | 0.25 | 0 | 0.54 | 0 | 87.59 | 1 | 0.73 |
| Hex | C0 | FF | 76 | 19 | 0 | 36 | 0 | 58 | 64 | 49 |
| Octal | 300 | 377 | 166 | 31 | 0 | 66 | 0 | 130 | 144 | 111 |
| Binary | 11000000 | 11111111 | 1110110 | 11001 | 0 | 110110 | 0 | 1011000 | 1100100 | 1001001 |
Color Harmonies of #C0FF76
Complementary color
Monochromatic Colors of #C0FF76
Black with #C0FF76
Text Example
Text Example
White with #C0FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF76; }
p { color: rgb(192,255,118); }
H1.HeaderClassName
{
color: #C0FF76;
}
.AnyTagClassName
{
color: #C0FF76;
}
</style>
background-color css
<style>
a { background-color: #C0FF76; }
a { background-color: rgb(192,255,118); }
div.DivClassName
{
background-color: #C0FF76;
}
.BgClassName
{
background-color: #C0FF76;
}
</style>
border-color css
<style>
span { border-color: #C0FF76; }
span { border-color: rgb(192,255,118); }
td.TdClassName
{
border-color: #C0FF76;
}
.TagClassName
{
border-color: #C0FF76;
}
</style>