Shades of Sulu #C2FA63
Tints of Sulu #C2FA63
RGB
CMYK
RGB Variations
Color information
#C2FA63 (or 0xC2FA63) is known color: Sulu. HEX triplet: C2, FA and 63. RGB value is (194,250,99). Sum of RGB (Red+Green+Blue) = 194+250+99=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA63 is #3D059C. Grayscale: #D8D8D8. Windows color (decimal): -3999133 or 6552258. OLE color: 6552258.
HSL color Cylindrical-coordinate representation of color #C2FA63: hue angle of 82.25º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2FA63 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 99 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.02 |
| HSL | 82.25º | 0.94% | 0.68% | - |
| HSV(B) | 82.25º | 0.6% | 0.98% | - |
| XYZ | 58.69 | 80.74 | 24.3 | - |
| YUV | 216.04 | 61.95 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 99 | 0.22 | 0 | 0.60 | 0.02 | 82.25 | 0.94 | 0.68 |
| Hex | C2 | FA | 63 | 16 | 0 | 3C | 2 | 52 | 5E | 44 |
| Octal | 302 | 372 | 143 | 26 | 0 | 74 | 2 | 122 | 136 | 104 |
| Binary | 11000010 | 11111010 | 1100011 | 10110 | 0 | 111100 | 10 | 1010010 | 1011110 | 1000100 |
Color Harmonies of #C2FA63
Complementary color
Monochromatic Colors of #C2FA63
Black with #C2FA63
Text Example
Text Example
White with #C2FA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA63; }
p { color: rgb(194,250,99); }
H1.HeaderClassName
{
color: #C2FA63;
}
.AnyTagClassName
{
color: #C2FA63;
}
</style>
background-color css
<style>
a { background-color: #C2FA63; }
a { background-color: rgb(194,250,99); }
div.DivClassName
{
background-color: #C2FA63;
}
.BgClassName
{
background-color: #C2FA63;
}
</style>
border-color css
<style>
span { border-color: #C2FA63; }
span { border-color: rgb(194,250,99); }
td.TdClassName
{
border-color: #C2FA63;
}
.TagClassName
{
border-color: #C2FA63;
}
</style>