Shades of Sulu #C5FF83
Tints of Sulu #C5FF83
RGB
CMYK
RGB Variations
Color information
#C5FF83 (or 0xC5FF83) is known color: Sulu. HEX triplet: C5, FF and 83. RGB value is (197,255,131). Sum of RGB (Red+Green+Blue) = 197+255+131=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FF83 is #3A007C. Grayscale: #DFDFDF. Windows color (decimal): -3801213 or 8650693. OLE color: 8650693.
HSL color Cylindrical-coordinate representation of color #C5FF83: hue angle of 88.06º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5FF83 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 131 | - |
| CMYK | 0.23 | 0 | 0.49 | 0 |
| HSL | 88.06º | 1% | 0.76% | - |
| HSV(B) | 88.06º | 0.49% | 1% | - |
| XYZ | 62.88 | 85.03 | 34.57 | - |
| YUV | 223.52 | 75.78 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 131 | 0.23 | 0 | 0.49 | 0 | 88.06 | 1 | 0.76 |
| Hex | C5 | FF | 83 | 17 | 0 | 31 | 0 | 58 | 64 | 4C |
| Octal | 305 | 377 | 203 | 27 | 0 | 61 | 0 | 130 | 144 | 114 |
| Binary | 11000101 | 11111111 | 10000011 | 10111 | 0 | 110001 | 0 | 1011000 | 1100100 | 1001100 |
Color Harmonies of #C5FF83
Complementary color
Monochromatic Colors of #C5FF83
Black with #C5FF83
Text Example
Text Example
White with #C5FF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF83; }
p { color: rgb(197,255,131); }
H1.HeaderClassName
{
color: #C5FF83;
}
.AnyTagClassName
{
color: #C5FF83;
}
</style>
background-color css
<style>
a { background-color: #C5FF83; }
a { background-color: rgb(197,255,131); }
div.DivClassName
{
background-color: #C5FF83;
}
.BgClassName
{
background-color: #C5FF83;
}
</style>
border-color css
<style>
span { border-color: #C5FF83; }
span { border-color: rgb(197,255,131); }
td.TdClassName
{
border-color: #C5FF83;
}
.TagClassName
{
border-color: #C5FF83;
}
</style>