Shades of Sulu #C5FF81
Tints of Sulu #C5FF81
RGB
CMYK
RGB Variations
Color information
#C5FF81 (or 0xC5FF81) is known color: Sulu. HEX triplet: C5, FF and 81. RGB value is (197,255,129). Sum of RGB (Red+Green+Blue) = 197+255+129=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 129 (50.78% from 255 or 22.20% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FF81 is #3A007E. Grayscale: #DFDFDF. Windows color (decimal): -3801215 or 8519621. OLE color: 8519621.
HSL color Cylindrical-coordinate representation of color #C5FF81: hue angle of 87.62º 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 #C5FF81 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 129 | - |
| CMYK | 0.23 | 0 | 0.49 | 0 |
| HSL | 87.62º | 1% | 0.75% | - |
| HSV(B) | 87.62º | 0.49% | 1% | - |
| XYZ | 62.75 | 84.98 | 33.86 | - |
| YUV | 223.29 | 74.78 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 129 | 0.23 | 0 | 0.49 | 0 | 87.62 | 1 | 0.75 |
| Hex | C5 | FF | 81 | 17 | 0 | 31 | 0 | 58 | 64 | 4B |
| Octal | 305 | 377 | 201 | 27 | 0 | 61 | 0 | 130 | 144 | 113 |
| Binary | 11000101 | 11111111 | 10000001 | 10111 | 0 | 110001 | 0 | 1011000 | 1100100 | 1001011 |
Color Harmonies of #C5FF81
Complementary color
Monochromatic Colors of #C5FF81
Black with #C5FF81
Text Example
Text Example
White with #C5FF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF81; }
p { color: rgb(197,255,129); }
H1.HeaderClassName
{
color: #C5FF81;
}
.AnyTagClassName
{
color: #C5FF81;
}
</style>
background-color css
<style>
a { background-color: #C5FF81; }
a { background-color: rgb(197,255,129); }
div.DivClassName
{
background-color: #C5FF81;
}
.BgClassName
{
background-color: #C5FF81;
}
</style>
border-color css
<style>
span { border-color: #C5FF81; }
span { border-color: rgb(197,255,129); }
td.TdClassName
{
border-color: #C5FF81;
}
.TagClassName
{
border-color: #C5FF81;
}
</style>