Shades of Sulu #C5F77D
Tints of Sulu #C5F77D
RGB
CMYK
RGB Variations
Color information
#C5F77D (or 0xC5F77D) is known color: Sulu. HEX triplet: C5, F7 and 7D. RGB value is (197,247,125). Sum of RGB (Red+Green+Blue) = 197+247+125=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F77D is #3A0882. Grayscale: #DADADA. Windows color (decimal): -3803267 or 8255429. OLE color: 8255429.
HSL color Cylindrical-coordinate representation of color #C5F77D: hue angle of 84.59º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5F77D is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 125 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.03 |
| HSL | 84.59º | 0.88% | 0.73% | - |
| HSV(B) | 84.59º | 0.49% | 0.97% | - |
| XYZ | 59.99 | 79.87 | 31.66 | - |
| YUV | 218.14 | 75.44 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 125 | 0.20 | 0 | 0.49 | 0.03 | 84.59 | 0.88 | 0.73 |
| Hex | C5 | F7 | 7D | 14 | 0 | 31 | 3 | 55 | 58 | 49 |
| Octal | 305 | 367 | 175 | 24 | 0 | 61 | 3 | 125 | 130 | 111 |
| Binary | 11000101 | 11110111 | 1111101 | 10100 | 0 | 110001 | 11 | 1010101 | 1011000 | 1001001 |
Color Harmonies of #C5F77D
Complementary color
Monochromatic Colors of #C5F77D
Black with #C5F77D
Text Example
Text Example
White with #C5F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F77D; }
p { color: rgb(197,247,125); }
H1.HeaderClassName
{
color: #C5F77D;
}
.AnyTagClassName
{
color: #C5F77D;
}
</style>
background-color css
<style>
a { background-color: #C5F77D; }
a { background-color: rgb(197,247,125); }
div.DivClassName
{
background-color: #C5F77D;
}
.BgClassName
{
background-color: #C5F77D;
}
</style>
border-color css
<style>
span { border-color: #C5F77D; }
span { border-color: rgb(197,247,125); }
td.TdClassName
{
border-color: #C5F77D;
}
.TagClassName
{
border-color: #C5F77D;
}
</style>