Shades of Sulu #C5FF8A
Tints of Sulu #C5FF8A
RGB
CMYK
RGB Variations
Color information
#C5FF8A (or 0xC5FF8A) is known color: Sulu. HEX triplet: C5, FF and 8A. RGB value is (197,255,138). Sum of RGB (Red+Green+Blue) = 197+255+138=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FF8A is #3A0075. Grayscale: #E0E0E0. Windows color (decimal): -3801206 or 9109445. OLE color: 9109445.
HSL color Cylindrical-coordinate representation of color #C5FF8A: hue angle of 89.74º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5FF8A is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 138 | - |
| CMYK | 0.23 | 0 | 0.46 | 0 |
| HSL | 89.74º | 1% | 0.77% | - |
| HSV(B) | 89.74º | 0.46% | 1% | - |
| XYZ | 63.37 | 85.23 | 37.15 | - |
| YUV | 224.32 | 79.28 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 138 | 0.23 | 0 | 0.46 | 0 | 89.74 | 1 | 0.77 |
| Hex | C5 | FF | 8A | 17 | 0 | 2E | 0 | 5A | 64 | 4D |
| Octal | 305 | 377 | 212 | 27 | 0 | 56 | 0 | 132 | 144 | 115 |
| Binary | 11000101 | 11111111 | 10001010 | 10111 | 0 | 101110 | 0 | 1011010 | 1100100 | 1001101 |
Color Harmonies of #C5FF8A
Complementary color
Monochromatic Colors of #C5FF8A
Black with #C5FF8A
Text Example
Text Example
White with #C5FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF8A; }
p { color: rgb(197,255,138); }
H1.HeaderClassName
{
color: #C5FF8A;
}
.AnyTagClassName
{
color: #C5FF8A;
}
</style>
background-color css
<style>
a { background-color: #C5FF8A; }
a { background-color: rgb(197,255,138); }
div.DivClassName
{
background-color: #C5FF8A;
}
.BgClassName
{
background-color: #C5FF8A;
}
</style>
border-color css
<style>
span { border-color: #C5FF8A; }
span { border-color: rgb(197,255,138); }
td.TdClassName
{
border-color: #C5FF8A;
}
.TagClassName
{
border-color: #C5FF8A;
}
</style>