Shades of Sulu #C2F77E
Tints of Sulu #C2F77E
RGB
CMYK
RGB Variations
Color information
#C2F77E (or 0xC2F77E) is known color: Sulu. HEX triplet: C2, F7 and 7E. RGB value is (194,247,126). Sum of RGB (Red+Green+Blue) = 194+247+126=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F77E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F77E is #3D0881. Grayscale: #D9D9D9. Windows color (decimal): -3999874 or 8320962. OLE color: 8320962.
HSL color Cylindrical-coordinate representation of color #C2F77E: hue angle of 86.28º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2F77E is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 126 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.03 |
| HSL | 86.28º | 0.88% | 0.73% | - |
| HSV(B) | 86.28º | 0.49% | 0.97% | - |
| XYZ | 59.27 | 79.5 | 31.96 | - |
| YUV | 217.36 | 76.44 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 126 | 0.21 | 0 | 0.49 | 0.03 | 86.28 | 0.88 | 0.73 |
| Hex | C2 | F7 | 7E | 15 | 0 | 31 | 3 | 56 | 58 | 49 |
| Octal | 302 | 367 | 176 | 25 | 0 | 61 | 3 | 126 | 130 | 111 |
| Binary | 11000010 | 11110111 | 1111110 | 10101 | 0 | 110001 | 11 | 1010110 | 1011000 | 1001001 |
Color Harmonies of #C2F77E
Complementary color
Monochromatic Colors of #C2F77E
Black with #C2F77E
Text Example
Text Example
White with #C2F77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F77E; }
p { color: rgb(194,247,126); }
H1.HeaderClassName
{
color: #C2F77E;
}
.AnyTagClassName
{
color: #C2F77E;
}
</style>
background-color css
<style>
a { background-color: #C2F77E; }
a { background-color: rgb(194,247,126); }
div.DivClassName
{
background-color: #C2F77E;
}
.BgClassName
{
background-color: #C2F77E;
}
</style>
border-color css
<style>
span { border-color: #C2F77E; }
span { border-color: rgb(194,247,126); }
td.TdClassName
{
border-color: #C2F77E;
}
.TagClassName
{
border-color: #C2F77E;
}
</style>