Shades of Sulu #C2FA79
Tints of Sulu #C2FA79
RGB
CMYK
RGB Variations
Color information
#C2FA79 (or 0xC2FA79) is known color: Sulu. HEX triplet: C2, FA and 79. RGB value is (194,250,121). Sum of RGB (Red+Green+Blue) = 194+250+121=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 121 (47.66% from 255 or 21.42% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA79 is #3D0586. Grayscale: #DBDBDB. Windows color (decimal): -3999111 or 7994050. OLE color: 7994050.
HSL color Cylindrical-coordinate representation of color #C2FA79: hue angle of 86.05º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2FA79 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 121 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.02 |
| HSL | 86.05º | 0.93% | 0.73% | - |
| HSV(B) | 86.05º | 0.52% | 0.98% | - |
| XYZ | 59.88 | 81.22 | 30.61 | - |
| YUV | 218.55 | 72.95 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 121 | 0.22 | 0 | 0.52 | 0.02 | 86.05 | 0.93 | 0.73 |
| Hex | C2 | FA | 79 | 16 | 0 | 34 | 2 | 56 | 5D | 49 |
| Octal | 302 | 372 | 171 | 26 | 0 | 64 | 2 | 126 | 135 | 111 |
| Binary | 11000010 | 11111010 | 1111001 | 10110 | 0 | 110100 | 10 | 1010110 | 1011101 | 1001001 |
Color Harmonies of #C2FA79
Complementary color
Monochromatic Colors of #C2FA79
Black with #C2FA79
Text Example
Text Example
White with #C2FA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA79; }
p { color: rgb(194,250,121); }
H1.HeaderClassName
{
color: #C2FA79;
}
.AnyTagClassName
{
color: #C2FA79;
}
</style>
background-color css
<style>
a { background-color: #C2FA79; }
a { background-color: rgb(194,250,121); }
div.DivClassName
{
background-color: #C2FA79;
}
.BgClassName
{
background-color: #C2FA79;
}
</style>
border-color css
<style>
span { border-color: #C2FA79; }
span { border-color: rgb(194,250,121); }
td.TdClassName
{
border-color: #C2FA79;
}
.TagClassName
{
border-color: #C2FA79;
}
</style>