Shades of Sulu #C5FF82
Tints of Sulu #C5FF82
RGB
CMYK
RGB Variations
Color information
#C5FF82 (or 0xC5FF82) is known color: Sulu. HEX triplet: C5, FF and 82. RGB value is (197,255,130). Sum of RGB (Red+Green+Blue) = 197+255+130=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FF82 is #3A007D. Grayscale: #DFDFDF. Windows color (decimal): -3801214 or 8585157. OLE color: 8585157.
HSL color Cylindrical-coordinate representation of color #C5FF82: hue angle of 87.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5FF82 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 130 | - |
| CMYK | 0.23 | 0 | 0.49 | 0 |
| HSL | 87.84º | 1% | 0.75% | - |
| HSV(B) | 87.84º | 0.49% | 1% | - |
| XYZ | 62.82 | 85 | 34.22 | - |
| YUV | 223.41 | 75.28 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 130 | 0.23 | 0 | 0.49 | 0 | 87.84 | 1 | 0.75 |
| Hex | C5 | FF | 82 | 17 | 0 | 31 | 0 | 58 | 64 | 4B |
| Octal | 305 | 377 | 202 | 27 | 0 | 61 | 0 | 130 | 144 | 113 |
| Binary | 11000101 | 11111111 | 10000010 | 10111 | 0 | 110001 | 0 | 1011000 | 1100100 | 1001011 |
Color Harmonies of #C5FF82
Complementary color
Monochromatic Colors of #C5FF82
Black with #C5FF82
Text Example
Text Example
White with #C5FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF82; }
p { color: rgb(197,255,130); }
H1.HeaderClassName
{
color: #C5FF82;
}
.AnyTagClassName
{
color: #C5FF82;
}
</style>
background-color css
<style>
a { background-color: #C5FF82; }
a { background-color: rgb(197,255,130); }
div.DivClassName
{
background-color: #C5FF82;
}
.BgClassName
{
background-color: #C5FF82;
}
</style>
border-color css
<style>
span { border-color: #C5FF82; }
span { border-color: rgb(197,255,130); }
td.TdClassName
{
border-color: #C5FF82;
}
.TagClassName
{
border-color: #C5FF82;
}
</style>