Shades of Sulu #C2FA8D
Tints of Sulu #C2FA8D
RGB
CMYK
RGB Variations
Color information
#C2FA8D (or 0xC2FA8D) is known color: Sulu. HEX triplet: C2, FA and 8D. RGB value is (194,250,141). Sum of RGB (Red+Green+Blue) = 194+250+141=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FA8D is #3D0572. Grayscale: #DDDDDD. Windows color (decimal): -3999091 or 9304770. OLE color: 9304770.
HSL color Cylindrical-coordinate representation of color #C2FA8D: hue angle of 90.83º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2FA8D is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 141 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.02 |
| HSL | 90.83º | 0.92% | 0.77% | - |
| HSV(B) | 90.83º | 0.44% | 0.98% | - |
| XYZ | 61.24 | 81.76 | 37.75 | - |
| YUV | 220.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 141 | 0.22 | 0 | 0.44 | 0.02 | 90.83 | 0.92 | 0.77 |
| Hex | C2 | FA | 8D | 16 | 0 | 2C | 2 | 5B | 5C | 4D |
| Octal | 302 | 372 | 215 | 26 | 0 | 54 | 2 | 133 | 134 | 115 |
| Binary | 11000010 | 11111010 | 10001101 | 10110 | 0 | 101100 | 10 | 1011011 | 1011100 | 1001101 |
Color Harmonies of #C2FA8D
Complementary color
Monochromatic Colors of #C2FA8D
Black with #C2FA8D
Text Example
Text Example
White with #C2FA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA8D; }
p { color: rgb(194,250,141); }
H1.HeaderClassName
{
color: #C2FA8D;
}
.AnyTagClassName
{
color: #C2FA8D;
}
</style>
background-color css
<style>
a { background-color: #C2FA8D; }
a { background-color: rgb(194,250,141); }
div.DivClassName
{
background-color: #C2FA8D;
}
.BgClassName
{
background-color: #C2FA8D;
}
</style>
border-color css
<style>
span { border-color: #C2FA8D; }
span { border-color: rgb(194,250,141); }
td.TdClassName
{
border-color: #C2FA8D;
}
.TagClassName
{
border-color: #C2FA8D;
}
</style>