Shades of Sulu #C2FF77
Tints of Sulu #C2FF77
RGB
CMYK
RGB Variations
Color information
#C2FF77 (or 0xC2FF77) is known color: Sulu. HEX triplet: C2, FF and 77. RGB value is (194,255,119). Sum of RGB (Red+Green+Blue) = 194+255+119=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 119 (46.88% from 255 or 20.95% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FF77 is #3D0088. Grayscale: #DDDDDD. Windows color (decimal): -3997833 or 7864258. OLE color: 7864258.
HSL color Cylindrical-coordinate representation of color #C2FF77: hue angle of 86.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2FF77 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 119 | - |
| CMYK | 0.24 | 0 | 0.53 | 0 |
| HSL | 86.91º | 1% | 0.73% | - |
| HSV(B) | 86.91º | 0.53% | 1% | - |
| XYZ | 61.34 | 84.32 | 30.5 | - |
| YUV | 221.26 | 70.29 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 119 | 0.24 | 0 | 0.53 | 0 | 86.91 | 1 | 0.73 |
| Hex | C2 | FF | 77 | 18 | 0 | 35 | 0 | 57 | 64 | 49 |
| Octal | 302 | 377 | 167 | 30 | 0 | 65 | 0 | 127 | 144 | 111 |
| Binary | 11000010 | 11111111 | 1110111 | 11000 | 0 | 110101 | 0 | 1010111 | 1100100 | 1001001 |
Color Harmonies of #C2FF77
Complementary color
Monochromatic Colors of #C2FF77
Black with #C2FF77
Text Example
Text Example
White with #C2FF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF77; }
p { color: rgb(194,255,119); }
H1.HeaderClassName
{
color: #C2FF77;
}
.AnyTagClassName
{
color: #C2FF77;
}
</style>
background-color css
<style>
a { background-color: #C2FF77; }
a { background-color: rgb(194,255,119); }
div.DivClassName
{
background-color: #C2FF77;
}
.BgClassName
{
background-color: #C2FF77;
}
</style>
border-color css
<style>
span { border-color: #C2FF77; }
span { border-color: rgb(194,255,119); }
td.TdClassName
{
border-color: #C2FF77;
}
.TagClassName
{
border-color: #C2FF77;
}
</style>