Shades of Sulu #C2FA77
Tints of Sulu #C2FA77
RGB
CMYK
RGB Variations
Color information
#C2FA77 (or 0xC2FA77) is known color: Sulu. HEX triplet: C2, FA and 77. RGB value is (194,250,119). Sum of RGB (Red+Green+Blue) = 194+250+119=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA77 is #3D0588. Grayscale: #DADADA. Windows color (decimal): -3999113 or 7862978. OLE color: 7862978.
HSL color Cylindrical-coordinate representation of color #C2FA77: hue angle of 85.65º 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 #C2FA77 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 119 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.02 |
| HSL | 85.65º | 0.93% | 0.72% | - |
| HSV(B) | 85.65º | 0.52% | 0.98% | - |
| XYZ | 59.76 | 81.17 | 29.97 | - |
| YUV | 218.32 | 71.95 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 119 | 0.22 | 0 | 0.52 | 0.02 | 85.65 | 0.93 | 0.72 |
| Hex | C2 | FA | 77 | 16 | 0 | 34 | 2 | 56 | 5D | 48 |
| Octal | 302 | 372 | 167 | 26 | 0 | 64 | 2 | 126 | 135 | 110 |
| Binary | 11000010 | 11111010 | 1110111 | 10110 | 0 | 110100 | 10 | 1010110 | 1011101 | 1001000 |
Color Harmonies of #C2FA77
Complementary color
Monochromatic Colors of #C2FA77
Black with #C2FA77
Text Example
Text Example
White with #C2FA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA77; }
p { color: rgb(194,250,119); }
H1.HeaderClassName
{
color: #C2FA77;
}
.AnyTagClassName
{
color: #C2FA77;
}
</style>
background-color css
<style>
a { background-color: #C2FA77; }
a { background-color: rgb(194,250,119); }
div.DivClassName
{
background-color: #C2FA77;
}
.BgClassName
{
background-color: #C2FA77;
}
</style>
border-color css
<style>
span { border-color: #C2FA77; }
span { border-color: rgb(194,250,119); }
td.TdClassName
{
border-color: #C2FA77;
}
.TagClassName
{
border-color: #C2FA77;
}
</style>