Shades of Sulu #C5F57B
Tints of Sulu #C5F57B
RGB
CMYK
RGB Variations
Color information
#C5F57B (or 0xC5F57B) is known color: Sulu. HEX triplet: C5, F5 and 7B. RGB value is (197,245,123). Sum of RGB (Red+Green+Blue) = 197+245+123=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #C5F57B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F57B is #3A0A84. Grayscale: #D9D9D9. Windows color (decimal): -3803781 or 8123845. OLE color: 8123845.
HSL color Cylindrical-coordinate representation of color #C5F57B: hue angle of 83.61º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5F57B is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 245 | 123 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.04 |
| HSL | 83.61º | 0.86% | 0.72% | - |
| HSV(B) | 83.61º | 0.5% | 0.96% | - |
| XYZ | 59.25 | 78.61 | 30.79 | - |
| YUV | 216.74 | 75.1 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 245 | 123 | 0.20 | 0 | 0.50 | 0.04 | 83.61 | 0.86 | 0.72 |
| Hex | C5 | F5 | 7B | 14 | 0 | 32 | 4 | 54 | 56 | 48 |
| Octal | 305 | 365 | 173 | 24 | 0 | 62 | 4 | 124 | 126 | 110 |
| Binary | 11000101 | 11110101 | 1111011 | 10100 | 0 | 110010 | 100 | 1010100 | 1010110 | 1001000 |
Color Harmonies of #C5F57B
Complementary color
Monochromatic Colors of #C5F57B
Black with #C5F57B
Text Example
Text Example
White with #C5F57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F57B; }
p { color: rgb(197,245,123); }
H1.HeaderClassName
{
color: #C5F57B;
}
.AnyTagClassName
{
color: #C5F57B;
}
</style>
background-color css
<style>
a { background-color: #C5F57B; }
a { background-color: rgb(197,245,123); }
div.DivClassName
{
background-color: #C5F57B;
}
.BgClassName
{
background-color: #C5F57B;
}
</style>
border-color css
<style>
span { border-color: #C5F57B; }
span { border-color: rgb(197,245,123); }
td.TdClassName
{
border-color: #C5F57B;
}
.TagClassName
{
border-color: #C5F57B;
}
</style>