Shades of Sulu #C2FA84
Tints of Sulu #C2FA84
RGB
CMYK
RGB Variations
Color information
#C2FA84 (or 0xC2FA84) is known color: Sulu. HEX triplet: C2, FA and 84. RGB value is (194,250,132). Sum of RGB (Red+Green+Blue) = 194+250+132=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FA84 is #3D057B. Grayscale: #DCDCDC. Windows color (decimal): -3999100 or 8714946. OLE color: 8714946.
HSL color Cylindrical-coordinate representation of color #C2FA84: hue angle of 88.47º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2FA84 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 132 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.02 |
| HSL | 88.47º | 0.92% | 0.75% | - |
| HSV(B) | 88.47º | 0.47% | 0.98% | - |
| XYZ | 60.6 | 81.51 | 34.37 | - |
| YUV | 219.8 | 78.45 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 132 | 0.22 | 0 | 0.47 | 0.02 | 88.47 | 0.92 | 0.75 |
| Hex | C2 | FA | 84 | 16 | 0 | 2F | 2 | 58 | 5C | 4B |
| Octal | 302 | 372 | 204 | 26 | 0 | 57 | 2 | 130 | 134 | 113 |
| Binary | 11000010 | 11111010 | 10000100 | 10110 | 0 | 101111 | 10 | 1011000 | 1011100 | 1001011 |
Color Harmonies of #C2FA84
Complementary color
Monochromatic Colors of #C2FA84
Black with #C2FA84
Text Example
Text Example
White with #C2FA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA84; }
p { color: rgb(194,250,132); }
H1.HeaderClassName
{
color: #C2FA84;
}
.AnyTagClassName
{
color: #C2FA84;
}
</style>
background-color css
<style>
a { background-color: #C2FA84; }
a { background-color: rgb(194,250,132); }
div.DivClassName
{
background-color: #C2FA84;
}
.BgClassName
{
background-color: #C2FA84;
}
</style>
border-color css
<style>
span { border-color: #C2FA84; }
span { border-color: rgb(194,250,132); }
td.TdClassName
{
border-color: #C2FA84;
}
.TagClassName
{
border-color: #C2FA84;
}
</style>