Shades of Sulu #C2FA87
Tints of Sulu #C2FA87
RGB
CMYK
RGB Variations
Color information
#C2FA87 (or 0xC2FA87) is known color: Sulu. HEX triplet: C2, FA and 87. RGB value is (194,250,135). Sum of RGB (Red+Green+Blue) = 194+250+135=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 135 (53.12% from 255 or 23.32% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FA87 is #3D0578. Grayscale: #DCDCDC. Windows color (decimal): -3999097 or 8911554. OLE color: 8911554.
HSL color Cylindrical-coordinate representation of color #C2FA87: hue angle of 89.22º 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 #C2FA87 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 135 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.02 |
| HSL | 89.22º | 0.92% | 0.75% | - |
| HSV(B) | 89.22º | 0.46% | 0.98% | - |
| XYZ | 60.81 | 81.59 | 35.47 | - |
| YUV | 220.15 | 79.95 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 135 | 0.22 | 0 | 0.46 | 0.02 | 89.22 | 0.92 | 0.75 |
| Hex | C2 | FA | 87 | 16 | 0 | 2E | 2 | 59 | 5C | 4B |
| Octal | 302 | 372 | 207 | 26 | 0 | 56 | 2 | 131 | 134 | 113 |
| Binary | 11000010 | 11111010 | 10000111 | 10110 | 0 | 101110 | 10 | 1011001 | 1011100 | 1001011 |
Color Harmonies of #C2FA87
Complementary color
Monochromatic Colors of #C2FA87
Black with #C2FA87
Text Example
Text Example
White with #C2FA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA87; }
p { color: rgb(194,250,135); }
H1.HeaderClassName
{
color: #C2FA87;
}
.AnyTagClassName
{
color: #C2FA87;
}
</style>
background-color css
<style>
a { background-color: #C2FA87; }
a { background-color: rgb(194,250,135); }
div.DivClassName
{
background-color: #C2FA87;
}
.BgClassName
{
background-color: #C2FA87;
}
</style>
border-color css
<style>
span { border-color: #C2FA87; }
span { border-color: rgb(194,250,135); }
td.TdClassName
{
border-color: #C2FA87;
}
.TagClassName
{
border-color: #C2FA87;
}
</style>