Shades of Sulu #C2FA86
Tints of Sulu #C2FA86
RGB
CMYK
RGB Variations
Color information
#C2FA86 (or 0xC2FA86) is known color: Sulu. HEX triplet: C2, FA and 86. RGB value is (194,250,134). Sum of RGB (Red+Green+Blue) = 194+250+134=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 134 (52.73% from 255 or 23.18% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FA86 is #3D0579. Grayscale: #DCDCDC. Windows color (decimal): -3999098 or 8846018. OLE color: 8846018.
HSL color Cylindrical-coordinate representation of color #C2FA86: hue angle of 88.97º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2FA86 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 134 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.02 |
| HSL | 88.97º | 0.92% | 0.75% | - |
| HSV(B) | 88.97º | 0.46% | 0.98% | - |
| XYZ | 60.74 | 81.56 | 35.1 | - |
| YUV | 220.03 | 79.45 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 134 | 0.22 | 0 | 0.46 | 0.02 | 88.97 | 0.92 | 0.75 |
| Hex | C2 | FA | 86 | 16 | 0 | 2E | 2 | 59 | 5C | 4B |
| Octal | 302 | 372 | 206 | 26 | 0 | 56 | 2 | 131 | 134 | 113 |
| Binary | 11000010 | 11111010 | 10000110 | 10110 | 0 | 101110 | 10 | 1011001 | 1011100 | 1001011 |
Color Harmonies of #C2FA86
Complementary color
Monochromatic Colors of #C2FA86
Black with #C2FA86
Text Example
Text Example
White with #C2FA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA86; }
p { color: rgb(194,250,134); }
H1.HeaderClassName
{
color: #C2FA86;
}
.AnyTagClassName
{
color: #C2FA86;
}
</style>
background-color css
<style>
a { background-color: #C2FA86; }
a { background-color: rgb(194,250,134); }
div.DivClassName
{
background-color: #C2FA86;
}
.BgClassName
{
background-color: #C2FA86;
}
</style>
border-color css
<style>
span { border-color: #C2FA86; }
span { border-color: rgb(194,250,134); }
td.TdClassName
{
border-color: #C2FA86;
}
.TagClassName
{
border-color: #C2FA86;
}
</style>