Shades of Sulu #C2FA72
Tints of Sulu #C2FA72
RGB
CMYK
RGB Variations
Color information
#C2FA72 (or 0xC2FA72) is known color: Sulu. HEX triplet: C2, FA and 72. RGB value is (194,250,114). Sum of RGB (Red+Green+Blue) = 194+250+114=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA72 is #3D058D. Grayscale: #DADADA. Windows color (decimal): -3999118 or 7535298. OLE color: 7535298.
HSL color Cylindrical-coordinate representation of color #C2FA72: hue angle of 84.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2FA72 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 114 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.02 |
| HSL | 84.71º | 0.93% | 0.71% | - |
| HSV(B) | 84.71º | 0.54% | 0.98% | - |
| XYZ | 59.47 | 81.06 | 28.43 | - |
| YUV | 217.75 | 69.45 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 114 | 0.22 | 0 | 0.54 | 0.02 | 84.71 | 0.93 | 0.71 |
| Hex | C2 | FA | 72 | 16 | 0 | 36 | 2 | 55 | 5D | 47 |
| Octal | 302 | 372 | 162 | 26 | 0 | 66 | 2 | 125 | 135 | 107 |
| Binary | 11000010 | 11111010 | 1110010 | 10110 | 0 | 110110 | 10 | 1010101 | 1011101 | 1000111 |
Color Harmonies of #C2FA72
Complementary color
Monochromatic Colors of #C2FA72
Black with #C2FA72
Text Example
Text Example
White with #C2FA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA72; }
p { color: rgb(194,250,114); }
H1.HeaderClassName
{
color: #C2FA72;
}
.AnyTagClassName
{
color: #C2FA72;
}
</style>
background-color css
<style>
a { background-color: #C2FA72; }
a { background-color: rgb(194,250,114); }
div.DivClassName
{
background-color: #C2FA72;
}
.BgClassName
{
background-color: #C2FA72;
}
</style>
border-color css
<style>
span { border-color: #C2FA72; }
span { border-color: rgb(194,250,114); }
td.TdClassName
{
border-color: #C2FA72;
}
.TagClassName
{
border-color: #C2FA72;
}
</style>