Shades of Sulu #C2FA7A
Tints of Sulu #C2FA7A
RGB
CMYK
RGB Variations
Color information
#C2FA7A (or 0xC2FA7A) is known color: Sulu. HEX triplet: C2, FA and 7A. RGB value is (194,250,122). Sum of RGB (Red+Green+Blue) = 194+250+122=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA7A is #3D0585. Grayscale: #DBDBDB. Windows color (decimal): -3999110 or 8059586. OLE color: 8059586.
HSL color Cylindrical-coordinate representation of color #C2FA7A: hue angle of 86.25º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2FA7A is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 122 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.02 |
| HSL | 86.25º | 0.93% | 0.73% | - |
| HSV(B) | 86.25º | 0.51% | 0.98% | - |
| XYZ | 59.95 | 81.25 | 30.93 | - |
| YUV | 218.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 122 | 0.22 | 0 | 0.51 | 0.02 | 86.25 | 0.93 | 0.73 |
| Hex | C2 | FA | 7A | 16 | 0 | 33 | 2 | 56 | 5D | 49 |
| Octal | 302 | 372 | 172 | 26 | 0 | 63 | 2 | 126 | 135 | 111 |
| Binary | 11000010 | 11111010 | 1111010 | 10110 | 0 | 110011 | 10 | 1010110 | 1011101 | 1001001 |
Color Harmonies of #C2FA7A
Complementary color
Monochromatic Colors of #C2FA7A
Black with #C2FA7A
Text Example
Text Example
White with #C2FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA7A; }
p { color: rgb(194,250,122); }
H1.HeaderClassName
{
color: #C2FA7A;
}
.AnyTagClassName
{
color: #C2FA7A;
}
</style>
background-color css
<style>
a { background-color: #C2FA7A; }
a { background-color: rgb(194,250,122); }
div.DivClassName
{
background-color: #C2FA7A;
}
.BgClassName
{
background-color: #C2FA7A;
}
</style>
border-color css
<style>
span { border-color: #C2FA7A; }
span { border-color: rgb(194,250,122); }
td.TdClassName
{
border-color: #C2FA7A;
}
.TagClassName
{
border-color: #C2FA7A;
}
</style>