Shades of Sulu #C5F78A
Tints of Sulu #C5F78A
RGB
CMYK
RGB Variations
Color information
#C5F78A (or 0xC5F78A) is known color: Sulu. HEX triplet: C5, F7 and 8A. RGB value is (197,247,138). Sum of RGB (Red+Green+Blue) = 197+247+138=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 247 (96.88% from 255 or 42.44% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F78A is #3A0875. Grayscale: #DCDCDC. Windows color (decimal): -3803254 or 9107397. OLE color: 9107397.
HSL color Cylindrical-coordinate representation of color #C5F78A: hue angle of 87.52º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5F78A is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 138 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.03 |
| HSL | 87.52º | 0.87% | 0.75% | - |
| HSV(B) | 87.52º | 0.44% | 0.97% | - |
| XYZ | 60.87 | 80.23 | 36.32 | - |
| YUV | 219.62 | 81.94 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 138 | 0.20 | 0 | 0.44 | 0.03 | 87.52 | 0.87 | 0.75 |
| Hex | C5 | F7 | 8A | 14 | 0 | 2C | 3 | 58 | 57 | 4B |
| Octal | 305 | 367 | 212 | 24 | 0 | 54 | 3 | 130 | 127 | 113 |
| Binary | 11000101 | 11110111 | 10001010 | 10100 | 0 | 101100 | 11 | 1011000 | 1010111 | 1001011 |
Color Harmonies of #C5F78A
Complementary color
Monochromatic Colors of #C5F78A
Black with #C5F78A
Text Example
Text Example
White with #C5F78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F78A; }
p { color: rgb(197,247,138); }
H1.HeaderClassName
{
color: #C5F78A;
}
.AnyTagClassName
{
color: #C5F78A;
}
</style>
background-color css
<style>
a { background-color: #C5F78A; }
a { background-color: rgb(197,247,138); }
div.DivClassName
{
background-color: #C5F78A;
}
.BgClassName
{
background-color: #C5F78A;
}
</style>
border-color css
<style>
span { border-color: #C5F78A; }
span { border-color: rgb(197,247,138); }
td.TdClassName
{
border-color: #C5F78A;
}
.TagClassName
{
border-color: #C5F78A;
}
</style>