Shades of Sulu #C2FA8E
Tints of Sulu #C2FA8E
RGB
CMYK
RGB Variations
Color information
#C2FA8E (or 0xC2FA8E) is known color: Sulu. HEX triplet: C2, FA and 8E. RGB value is (194,250,142). Sum of RGB (Red+Green+Blue) = 194+250+142=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FA8E is #3D0571. Grayscale: #DDDDDD. Windows color (decimal): -3999090 or 9370306. OLE color: 9370306.
HSL color Cylindrical-coordinate representation of color #C2FA8E: hue angle of 91.11º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2FA8E is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 142 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.02 |
| HSL | 91.11º | 0.92% | 0.77% | - |
| HSV(B) | 91.11º | 0.43% | 0.98% | - |
| XYZ | 61.32 | 81.79 | 38.15 | - |
| YUV | 220.94 | 83.45 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 142 | 0.22 | 0 | 0.43 | 0.02 | 91.11 | 0.92 | 0.77 |
| Hex | C2 | FA | 8E | 16 | 0 | 2B | 2 | 5B | 5C | 4D |
| Octal | 302 | 372 | 216 | 26 | 0 | 53 | 2 | 133 | 134 | 115 |
| Binary | 11000010 | 11111010 | 10001110 | 10110 | 0 | 101011 | 10 | 1011011 | 1011100 | 1001101 |
Color Harmonies of #C2FA8E
Complementary color
Monochromatic Colors of #C2FA8E
Black with #C2FA8E
Text Example
Text Example
White with #C2FA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA8E; }
p { color: rgb(194,250,142); }
H1.HeaderClassName
{
color: #C2FA8E;
}
.AnyTagClassName
{
color: #C2FA8E;
}
</style>
background-color css
<style>
a { background-color: #C2FA8E; }
a { background-color: rgb(194,250,142); }
div.DivClassName
{
background-color: #C2FA8E;
}
.BgClassName
{
background-color: #C2FA8E;
}
</style>
border-color css
<style>
span { border-color: #C2FA8E; }
span { border-color: rgb(194,250,142); }
td.TdClassName
{
border-color: #C2FA8E;
}
.TagClassName
{
border-color: #C2FA8E;
}
</style>