Shades of Sulu #C2FA6C
Tints of Sulu #C2FA6C
RGB
CMYK
RGB Variations
Color information
#C2FA6C (or 0xC2FA6C) is known color: Sulu. HEX triplet: C2, FA and 6C. RGB value is (194,250,108). Sum of RGB (Red+Green+Blue) = 194+250+108=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA6C is #3D0593. Grayscale: #D9D9D9. Windows color (decimal): -3999124 or 7142082. OLE color: 7142082.
HSL color Cylindrical-coordinate representation of color #C2FA6C: hue angle of 83.66º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2FA6C is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 108 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.02 |
| HSL | 83.66º | 0.93% | 0.7% | - |
| HSV(B) | 83.66º | 0.57% | 0.98% | - |
| XYZ | 59.14 | 80.92 | 26.69 | - |
| YUV | 217.07 | 66.45 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 108 | 0.22 | 0 | 0.57 | 0.02 | 83.66 | 0.93 | 0.7 |
| Hex | C2 | FA | 6C | 16 | 0 | 39 | 2 | 54 | 5D | 46 |
| Octal | 302 | 372 | 154 | 26 | 0 | 71 | 2 | 124 | 135 | 106 |
| Binary | 11000010 | 11111010 | 1101100 | 10110 | 0 | 111001 | 10 | 1010100 | 1011101 | 1000110 |
Color Harmonies of #C2FA6C
Complementary color
Monochromatic Colors of #C2FA6C
Black with #C2FA6C
Text Example
Text Example
White with #C2FA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA6C; }
p { color: rgb(194,250,108); }
H1.HeaderClassName
{
color: #C2FA6C;
}
.AnyTagClassName
{
color: #C2FA6C;
}
</style>
background-color css
<style>
a { background-color: #C2FA6C; }
a { background-color: rgb(194,250,108); }
div.DivClassName
{
background-color: #C2FA6C;
}
.BgClassName
{
background-color: #C2FA6C;
}
</style>
border-color css
<style>
span { border-color: #C2FA6C; }
span { border-color: rgb(194,250,108); }
td.TdClassName
{
border-color: #C2FA6C;
}
.TagClassName
{
border-color: #C2FA6C;
}
</style>