Shades of Sulu #C5F882
Tints of Sulu #C5F882
RGB
CMYK
RGB Variations
Color information
#C5F882 (or 0xC5F882) is known color: Sulu. HEX triplet: C5, F8 and 82. RGB value is (197,248,130). Sum of RGB (Red+Green+Blue) = 197+248+130=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F882 is #3A077D. Grayscale: #DBDBDB. Windows color (decimal): -3803006 or 8583365. OLE color: 8583365.
HSL color Cylindrical-coordinate representation of color #C5F882: hue angle of 85.93º 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 #C5F882 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 130 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.03 |
| HSL | 85.93º | 0.89% | 0.74% | - |
| HSV(B) | 85.93º | 0.48% | 0.97% | - |
| XYZ | 60.62 | 80.62 | 33.48 | - |
| YUV | 219.3 | 77.6 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 130 | 0.21 | 0 | 0.48 | 0.03 | 85.93 | 0.89 | 0.74 |
| Hex | C5 | F8 | 82 | 15 | 0 | 30 | 3 | 56 | 59 | 4A |
| Octal | 305 | 370 | 202 | 25 | 0 | 60 | 3 | 126 | 131 | 112 |
| Binary | 11000101 | 11111000 | 10000010 | 10101 | 0 | 110000 | 11 | 1010110 | 1011001 | 1001010 |
Color Harmonies of #C5F882
Complementary color
Monochromatic Colors of #C5F882
Black with #C5F882
Text Example
Text Example
White with #C5F882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F882; }
p { color: rgb(197,248,130); }
H1.HeaderClassName
{
color: #C5F882;
}
.AnyTagClassName
{
color: #C5F882;
}
</style>
background-color css
<style>
a { background-color: #C5F882; }
a { background-color: rgb(197,248,130); }
div.DivClassName
{
background-color: #C5F882;
}
.BgClassName
{
background-color: #C5F882;
}
</style>
border-color css
<style>
span { border-color: #C5F882; }
span { border-color: rgb(197,248,130); }
td.TdClassName
{
border-color: #C5F882;
}
.TagClassName
{
border-color: #C5F882;
}
</style>