Shades of Sulu #C0FA77
Tints of Sulu #C0FA77
RGB
CMYK
RGB Variations
Color information
#C0FA77 (or 0xC0FA77) is known color: Sulu. HEX triplet: C0, FA and 77. RGB value is (192,250,119). Sum of RGB (Red+Green+Blue) = 192+250+119=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 119 (46.88% from 255 or 21.21% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA77 is #3F0588. Grayscale: #DADADA. Windows color (decimal): -4130185 or 7862976. OLE color: 7862976.
HSL color Cylindrical-coordinate representation of color #C0FA77: hue angle of 86.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0FA77 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 119 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.02 |
| HSL | 86.56º | 0.93% | 0.72% | - |
| HSV(B) | 86.56º | 0.52% | 0.98% | - |
| XYZ | 59.25 | 80.91 | 29.95 | - |
| YUV | 217.72 | 72.28 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 119 | 0.23 | 0 | 0.52 | 0.02 | 86.56 | 0.93 | 0.72 |
| Hex | C0 | FA | 77 | 17 | 0 | 34 | 2 | 57 | 5D | 48 |
| Octal | 300 | 372 | 167 | 27 | 0 | 64 | 2 | 127 | 135 | 110 |
| Binary | 11000000 | 11111010 | 1110111 | 10111 | 0 | 110100 | 10 | 1010111 | 1011101 | 1001000 |
Color Harmonies of #C0FA77
Complementary color
Monochromatic Colors of #C0FA77
Black with #C0FA77
Text Example
Text Example
White with #C0FA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA77; }
p { color: rgb(192,250,119); }
H1.HeaderClassName
{
color: #C0FA77;
}
.AnyTagClassName
{
color: #C0FA77;
}
</style>
background-color css
<style>
a { background-color: #C0FA77; }
a { background-color: rgb(192,250,119); }
div.DivClassName
{
background-color: #C0FA77;
}
.BgClassName
{
background-color: #C0FA77;
}
</style>
border-color css
<style>
span { border-color: #C0FA77; }
span { border-color: rgb(192,250,119); }
td.TdClassName
{
border-color: #C0FA77;
}
.TagClassName
{
border-color: #C0FA77;
}
</style>