Shades of Sulu #C0FC77
Tints of Sulu #C0FC77
RGB
CMYK
RGB Variations
Color information
#C0FC77 (or 0xC0FC77) is known color: Sulu. HEX triplet: C0, FC and 77. RGB value is (192,252,119). Sum of RGB (Red+Green+Blue) = 192+252+119=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FC77 is #3F0388. Grayscale: #DBDBDB. Windows color (decimal): -4129673 or 7863488. OLE color: 7863488.
HSL color Cylindrical-coordinate representation of color #C0FC77: hue angle of 87.07º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0FC77 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 119 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.01 |
| HSL | 87.07º | 0.96% | 0.73% | - |
| HSV(B) | 87.07º | 0.53% | 0.99% | - |
| XYZ | 59.88 | 82.16 | 30.16 | - |
| YUV | 218.9 | 71.62 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 119 | 0.24 | 0 | 0.53 | 0.01 | 87.07 | 0.96 | 0.73 |
| Hex | C0 | FC | 77 | 18 | 0 | 35 | 1 | 57 | 60 | 49 |
| Octal | 300 | 374 | 167 | 30 | 0 | 65 | 1 | 127 | 140 | 111 |
| Binary | 11000000 | 11111100 | 1110111 | 11000 | 0 | 110101 | 1 | 1010111 | 1100000 | 1001001 |
Color Harmonies of #C0FC77
Complementary color
Monochromatic Colors of #C0FC77
Black with #C0FC77
Text Example
Text Example
White with #C0FC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC77; }
p { color: rgb(192,252,119); }
H1.HeaderClassName
{
color: #C0FC77;
}
.AnyTagClassName
{
color: #C0FC77;
}
</style>
background-color css
<style>
a { background-color: #C0FC77; }
a { background-color: rgb(192,252,119); }
div.DivClassName
{
background-color: #C0FC77;
}
.BgClassName
{
background-color: #C0FC77;
}
</style>
border-color css
<style>
span { border-color: #C0FC77; }
span { border-color: rgb(192,252,119); }
td.TdClassName
{
border-color: #C0FC77;
}
.TagClassName
{
border-color: #C0FC77;
}
</style>