Shades of Sulu #C5F47F
Tints of Sulu #C5F47F
RGB
CMYK
RGB Variations
Color information
#C5F47F (or 0xC5F47F) is known color: Sulu. HEX triplet: C5, F4 and 7F. RGB value is (197,244,127). Sum of RGB (Red+Green+Blue) = 197+244+127=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 127 (50% from 255 or 22.36% from 568); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F47F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F47F is #3A0B80. Grayscale: #D9D9D9. Windows color (decimal): -3804033 or 8385733. OLE color: 8385733.
HSL color Cylindrical-coordinate representation of color #C5F47F: hue angle of 84.1º 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 #C5F47F is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 127 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.04 |
| HSL | 84.1º | 0.84% | 0.73% | - |
| HSV(B) | 84.1º | 0.48% | 0.96% | - |
| XYZ | 59.21 | 78.1 | 32.03 | - |
| YUV | 216.61 | 77.43 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 127 | 0.19 | 0 | 0.48 | 0.04 | 84.1 | 0.84 | 0.73 |
| Hex | C5 | F4 | 7F | 13 | 0 | 30 | 4 | 54 | 54 | 49 |
| Octal | 305 | 364 | 177 | 23 | 0 | 60 | 4 | 124 | 124 | 111 |
| Binary | 11000101 | 11110100 | 1111111 | 10011 | 0 | 110000 | 100 | 1010100 | 1010100 | 1001001 |
Color Harmonies of #C5F47F
Complementary color
Monochromatic Colors of #C5F47F
Black with #C5F47F
Text Example
Text Example
White with #C5F47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F47F; }
p { color: rgb(197,244,127); }
H1.HeaderClassName
{
color: #C5F47F;
}
.AnyTagClassName
{
color: #C5F47F;
}
</style>
background-color css
<style>
a { background-color: #C5F47F; }
a { background-color: rgb(197,244,127); }
div.DivClassName
{
background-color: #C5F47F;
}
.BgClassName
{
background-color: #C5F47F;
}
</style>
border-color css
<style>
span { border-color: #C5F47F; }
span { border-color: rgb(197,244,127); }
td.TdClassName
{
border-color: #C5F47F;
}
.TagClassName
{
border-color: #C5F47F;
}
</style>