Shades of Sulu #C2F881
Tints of Sulu #C2F881
RGB
CMYK
RGB Variations
Color information
#C2F881 (or 0xC2F881) is known color: Sulu. HEX triplet: C2, F8 and 81. RGB value is (194,248,129). Sum of RGB (Red+Green+Blue) = 194+248+129=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F881 is #3D077E. Grayscale: #DADADA. Windows color (decimal): -3999615 or 8517826. OLE color: 8517826.
HSL color Cylindrical-coordinate representation of color #C2F881: hue angle of 87.23º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2F881 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 129 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.03 |
| HSL | 87.23º | 0.89% | 0.74% | - |
| HSV(B) | 87.23º | 0.48% | 0.97% | - |
| XYZ | 59.78 | 80.19 | 33.1 | - |
| YUV | 218.29 | 77.61 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 129 | 0.22 | 0 | 0.48 | 0.03 | 87.23 | 0.89 | 0.74 |
| Hex | C2 | F8 | 81 | 16 | 0 | 30 | 3 | 57 | 59 | 4A |
| Octal | 302 | 370 | 201 | 26 | 0 | 60 | 3 | 127 | 131 | 112 |
| Binary | 11000010 | 11111000 | 10000001 | 10110 | 0 | 110000 | 11 | 1010111 | 1011001 | 1001010 |
Color Harmonies of #C2F881
Complementary color
Monochromatic Colors of #C2F881
Black with #C2F881
Text Example
Text Example
White with #C2F881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F881; }
p { color: rgb(194,248,129); }
H1.HeaderClassName
{
color: #C2F881;
}
.AnyTagClassName
{
color: #C2F881;
}
</style>
background-color css
<style>
a { background-color: #C2F881; }
a { background-color: rgb(194,248,129); }
div.DivClassName
{
background-color: #C2F881;
}
.BgClassName
{
background-color: #C2F881;
}
</style>
border-color css
<style>
span { border-color: #C2F881; }
span { border-color: rgb(194,248,129); }
td.TdClassName
{
border-color: #C2F881;
}
.TagClassName
{
border-color: #C2F881;
}
</style>