Shades of Sulu #C2FA8F
Tints of Sulu #C2FA8F
RGB
CMYK
RGB Variations
Color information
#C2FA8F (or 0xC2FA8F) is known color: Sulu. HEX triplet: C2, FA and 8F. RGB value is (194,250,143). Sum of RGB (Red+Green+Blue) = 194+250+143=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FA8F is #3D0570. Grayscale: #DDDDDD. Windows color (decimal): -3999089 or 9435842. OLE color: 9435842.
HSL color Cylindrical-coordinate representation of color #C2FA8F: hue angle of 91.4º degrees, saturation: 0.91, 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 #C2FA8F is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 143 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.02 |
| HSL | 91.4º | 0.91% | 0.77% | - |
| HSV(B) | 91.4º | 0.43% | 0.98% | - |
| XYZ | 61.39 | 81.82 | 38.54 | - |
| YUV | 221.06 | 83.95 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 143 | 0.22 | 0 | 0.43 | 0.02 | 91.4 | 0.91 | 0.77 |
| Hex | C2 | FA | 8F | 16 | 0 | 2B | 2 | 5B | 5B | 4D |
| Octal | 302 | 372 | 217 | 26 | 0 | 53 | 2 | 133 | 133 | 115 |
| Binary | 11000010 | 11111010 | 10001111 | 10110 | 0 | 101011 | 10 | 1011011 | 1011011 | 1001101 |
Color Harmonies of #C2FA8F
Complementary color
Monochromatic Colors of #C2FA8F
Black with #C2FA8F
Text Example
Text Example
White with #C2FA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA8F; }
p { color: rgb(194,250,143); }
H1.HeaderClassName
{
color: #C2FA8F;
}
.AnyTagClassName
{
color: #C2FA8F;
}
</style>
background-color css
<style>
a { background-color: #C2FA8F; }
a { background-color: rgb(194,250,143); }
div.DivClassName
{
background-color: #C2FA8F;
}
.BgClassName
{
background-color: #C2FA8F;
}
</style>
border-color css
<style>
span { border-color: #C2FA8F; }
span { border-color: rgb(194,250,143); }
td.TdClassName
{
border-color: #C2FA8F;
}
.TagClassName
{
border-color: #C2FA8F;
}
</style>