Shades of Sulu #C5F58B
Tints of Sulu #C5F58B
RGB
CMYK
RGB Variations
Color information
#C5F58B (or 0xC5F58B) is known color: Sulu. HEX triplet: C5, F5 and 8B. RGB value is (197,245,139). Sum of RGB (Red+Green+Blue) = 197+245+139=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #C5F58B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F58B is #3A0A74. Grayscale: #DADADA. Windows color (decimal): -3803765 or 9172421. OLE color: 9172421.
HSL color Cylindrical-coordinate representation of color #C5F58B: hue angle of 87.17º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5F58B is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 245 | 139 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.04 |
| HSL | 87.17º | 0.84% | 0.75% | - |
| HSV(B) | 87.17º | 0.43% | 0.96% | - |
| XYZ | 60.34 | 79.04 | 36.5 | - |
| YUV | 218.56 | 83.1 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 245 | 139 | 0.20 | 0 | 0.43 | 0.04 | 87.17 | 0.84 | 0.75 |
| Hex | C5 | F5 | 8B | 14 | 0 | 2B | 4 | 57 | 54 | 4B |
| Octal | 305 | 365 | 213 | 24 | 0 | 53 | 4 | 127 | 124 | 113 |
| Binary | 11000101 | 11110101 | 10001011 | 10100 | 0 | 101011 | 100 | 1010111 | 1010100 | 1001011 |
Color Harmonies of #C5F58B
Complementary color
Monochromatic Colors of #C5F58B
Black with #C5F58B
Text Example
Text Example
White with #C5F58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F58B; }
p { color: rgb(197,245,139); }
H1.HeaderClassName
{
color: #C5F58B;
}
.AnyTagClassName
{
color: #C5F58B;
}
</style>
background-color css
<style>
a { background-color: #C5F58B; }
a { background-color: rgb(197,245,139); }
div.DivClassName
{
background-color: #C5F58B;
}
.BgClassName
{
background-color: #C5F58B;
}
</style>
border-color css
<style>
span { border-color: #C5F58B; }
span { border-color: rgb(197,245,139); }
td.TdClassName
{
border-color: #C5F58B;
}
.TagClassName
{
border-color: #C5F58B;
}
</style>