Shades of Sulu #C2F882
Tints of Sulu #C2F882
RGB
CMYK
RGB Variations
Color information
#C2F882 (or 0xC2F882) is known color: Sulu. HEX triplet: C2, F8 and 82. RGB value is (194,248,130). Sum of RGB (Red+Green+Blue) = 194+248+130=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 248 (97.27% from 255 or 43.36% from 572); Blue value is 130 (51.17% from 255 or 22.73% from 572); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F882 is #3D077D. Grayscale: #DADADA. Windows color (decimal): -3999614 or 8583362. OLE color: 8583362.
HSL color Cylindrical-coordinate representation of color #C2F882: hue angle of 87.46º 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 #C2F882 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 130 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.03 |
| HSL | 87.46º | 0.89% | 0.74% | - |
| HSV(B) | 87.46º | 0.48% | 0.97% | - |
| XYZ | 59.84 | 80.22 | 33.45 | - |
| YUV | 218.4 | 78.11 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 130 | 0.22 | 0 | 0.48 | 0.03 | 87.46 | 0.89 | 0.74 |
| Hex | C2 | F8 | 82 | 16 | 0 | 30 | 3 | 57 | 59 | 4A |
| Octal | 302 | 370 | 202 | 26 | 0 | 60 | 3 | 127 | 131 | 112 |
| Binary | 11000010 | 11111000 | 10000010 | 10110 | 0 | 110000 | 11 | 1010111 | 1011001 | 1001010 |
Color Harmonies of #C2F882
Complementary color
Monochromatic Colors of #C2F882
Black with #C2F882
Text Example
Text Example
White with #C2F882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F882; }
p { color: rgb(194,248,130); }
H1.HeaderClassName
{
color: #C2F882;
}
.AnyTagClassName
{
color: #C2F882;
}
</style>
background-color css
<style>
a { background-color: #C2F882; }
a { background-color: rgb(194,248,130); }
div.DivClassName
{
background-color: #C2F882;
}
.BgClassName
{
background-color: #C2F882;
}
</style>
border-color css
<style>
span { border-color: #C2F882; }
span { border-color: rgb(194,248,130); }
td.TdClassName
{
border-color: #C2F882;
}
.TagClassName
{
border-color: #C2F882;
}
</style>