Shades of Sulu #C2FA8B
Tints of Sulu #C2FA8B
RGB
CMYK
RGB Variations
Color information
#C2FA8B (or 0xC2FA8B) is known color: Sulu. HEX triplet: C2, FA and 8B. RGB value is (194,250,139). Sum of RGB (Red+Green+Blue) = 194+250+139=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FA8B is #3D0574. Grayscale: #DCDCDC. Windows color (decimal): -3999093 or 9173698. OLE color: 9173698.
HSL color Cylindrical-coordinate representation of color #C2FA8B: hue angle of 90.27º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2FA8B is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 139 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.02 |
| HSL | 90.27º | 0.92% | 0.76% | - |
| HSV(B) | 90.27º | 0.44% | 0.98% | - |
| XYZ | 61.09 | 81.7 | 36.98 | - |
| YUV | 220.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 139 | 0.22 | 0 | 0.44 | 0.02 | 90.27 | 0.92 | 0.76 |
| Hex | C2 | FA | 8B | 16 | 0 | 2C | 2 | 5A | 5C | 4C |
| Octal | 302 | 372 | 213 | 26 | 0 | 54 | 2 | 132 | 134 | 114 |
| Binary | 11000010 | 11111010 | 10001011 | 10110 | 0 | 101100 | 10 | 1011010 | 1011100 | 1001100 |
Color Harmonies of #C2FA8B
Complementary color
Monochromatic Colors of #C2FA8B
Black with #C2FA8B
Text Example
Text Example
White with #C2FA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA8B; }
p { color: rgb(194,250,139); }
H1.HeaderClassName
{
color: #C2FA8B;
}
.AnyTagClassName
{
color: #C2FA8B;
}
</style>
background-color css
<style>
a { background-color: #C2FA8B; }
a { background-color: rgb(194,250,139); }
div.DivClassName
{
background-color: #C2FA8B;
}
.BgClassName
{
background-color: #C2FA8B;
}
</style>
border-color css
<style>
span { border-color: #C2FA8B; }
span { border-color: rgb(194,250,139); }
td.TdClassName
{
border-color: #C2FA8B;
}
.TagClassName
{
border-color: #C2FA8B;
}
</style>