Shades of Sulu #C5F47E
Tints of Sulu #C5F47E
RGB
CMYK
RGB Variations
Color information
#C5F47E (or 0xC5F47E) is known color: Sulu. HEX triplet: C5, F4 and 7E. RGB value is (197,244,126). Sum of RGB (Red+Green+Blue) = 197+244+126=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F47E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F47E is #3A0B81. Grayscale: #D8D8D8. Windows color (decimal): -3804034 or 8320197. OLE color: 8320197.
HSL color Cylindrical-coordinate representation of color #C5F47E: hue angle of 83.9º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5F47E is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 126 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.04 |
| HSL | 83.9º | 0.84% | 0.73% | - |
| HSV(B) | 83.9º | 0.48% | 0.96% | - |
| XYZ | 59.14 | 78.08 | 31.69 | - |
| YUV | 216.5 | 76.93 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 126 | 0.19 | 0 | 0.48 | 0.04 | 83.9 | 0.84 | 0.73 |
| Hex | C5 | F4 | 7E | 13 | 0 | 30 | 4 | 54 | 54 | 49 |
| Octal | 305 | 364 | 176 | 23 | 0 | 60 | 4 | 124 | 124 | 111 |
| Binary | 11000101 | 11110100 | 1111110 | 10011 | 0 | 110000 | 100 | 1010100 | 1010100 | 1001001 |
Color Harmonies of #C5F47E
Complementary color
Monochromatic Colors of #C5F47E
Black with #C5F47E
Text Example
Text Example
White with #C5F47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F47E; }
p { color: rgb(197,244,126); }
H1.HeaderClassName
{
color: #C5F47E;
}
.AnyTagClassName
{
color: #C5F47E;
}
</style>
background-color css
<style>
a { background-color: #C5F47E; }
a { background-color: rgb(197,244,126); }
div.DivClassName
{
background-color: #C5F47E;
}
.BgClassName
{
background-color: #C5F47E;
}
</style>
border-color css
<style>
span { border-color: #C5F47E; }
span { border-color: rgb(197,244,126); }
td.TdClassName
{
border-color: #C5F47E;
}
.TagClassName
{
border-color: #C5F47E;
}
</style>