Shades of Sulu #C2F77F
Tints of Sulu #C2F77F
RGB
CMYK
RGB Variations
Color information
#C2F77F (or 0xC2F77F) is known color: Sulu. HEX triplet: C2, F7 and 7F. RGB value is (194,247,127). Sum of RGB (Red+Green+Blue) = 194+247+127=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 127 (50% from 255 or 22.36% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F77F is #3D0880. Grayscale: #D9D9D9. Windows color (decimal): -3999873 or 8386498. OLE color: 8386498.
HSL color Cylindrical-coordinate representation of color #C2F77F: hue angle of 86.5º 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 #C2F77F is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 127 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.03 |
| HSL | 86.5º | 0.88% | 0.73% | - |
| HSV(B) | 86.5º | 0.49% | 0.97% | - |
| XYZ | 59.34 | 79.52 | 32.3 | - |
| YUV | 217.47 | 76.94 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 127 | 0.21 | 0 | 0.49 | 0.03 | 86.5 | 0.88 | 0.73 |
| Hex | C2 | F7 | 7F | 15 | 0 | 31 | 3 | 56 | 58 | 49 |
| Octal | 302 | 367 | 177 | 25 | 0 | 61 | 3 | 126 | 130 | 111 |
| Binary | 11000010 | 11110111 | 1111111 | 10101 | 0 | 110001 | 11 | 1010110 | 1011000 | 1001001 |
Color Harmonies of #C2F77F
Complementary color
Monochromatic Colors of #C2F77F
Black with #C2F77F
Text Example
Text Example
White with #C2F77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F77F; }
p { color: rgb(194,247,127); }
H1.HeaderClassName
{
color: #C2F77F;
}
.AnyTagClassName
{
color: #C2F77F;
}
</style>
background-color css
<style>
a { background-color: #C2F77F; }
a { background-color: rgb(194,247,127); }
div.DivClassName
{
background-color: #C2F77F;
}
.BgClassName
{
background-color: #C2F77F;
}
</style>
border-color css
<style>
span { border-color: #C2F77F; }
span { border-color: rgb(194,247,127); }
td.TdClassName
{
border-color: #C2F77F;
}
.TagClassName
{
border-color: #C2F77F;
}
</style>