Shades of Sulu #C5F58A
Tints of Sulu #C5F58A
RGB
CMYK
RGB Variations
Color information
#C5F58A (or 0xC5F58A) is known color: Sulu. HEX triplet: C5, F5 and 8A. RGB value is (197,245,138). Sum of RGB (Red+Green+Blue) = 197+245+138=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 245 - color contains mainly: green. Hex color #C5F58A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F58A is #3A0A75. Grayscale: #DADADA. Windows color (decimal): -3803766 or 9106885. OLE color: 9106885.
HSL color Cylindrical-coordinate representation of color #C5F58A: hue angle of 86.92º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5F58A is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 245 | 138 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.04 |
| HSL | 86.92º | 0.84% | 0.75% | - |
| HSV(B) | 86.92º | 0.44% | 0.96% | - |
| XYZ | 60.27 | 79.01 | 36.12 | - |
| YUV | 218.45 | 82.6 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 245 | 138 | 0.20 | 0 | 0.44 | 0.04 | 86.92 | 0.84 | 0.75 |
| Hex | C5 | F5 | 8A | 14 | 0 | 2C | 4 | 57 | 54 | 4B |
| Octal | 305 | 365 | 212 | 24 | 0 | 54 | 4 | 127 | 124 | 113 |
| Binary | 11000101 | 11110101 | 10001010 | 10100 | 0 | 101100 | 100 | 1010111 | 1010100 | 1001011 |
Color Harmonies of #C5F58A
Complementary color
Monochromatic Colors of #C5F58A
Black with #C5F58A
Text Example
Text Example
White with #C5F58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F58A; }
p { color: rgb(197,245,138); }
H1.HeaderClassName
{
color: #C5F58A;
}
.AnyTagClassName
{
color: #C5F58A;
}
</style>
background-color css
<style>
a { background-color: #C5F58A; }
a { background-color: rgb(197,245,138); }
div.DivClassName
{
background-color: #C5F58A;
}
.BgClassName
{
background-color: #C5F58A;
}
</style>
border-color css
<style>
span { border-color: #C5F58A; }
span { border-color: rgb(197,245,138); }
td.TdClassName
{
border-color: #C5F58A;
}
.TagClassName
{
border-color: #C5F58A;
}
</style>