Shades of Sulu #C5F17C
Tints of Sulu #C5F17C
RGB
CMYK
RGB Variations
Color information
#C5F17C (or 0xC5F17C) is known color: Sulu. HEX triplet: C5, F1 and 7C. RGB value is (197,241,124). Sum of RGB (Red+Green+Blue) = 197+241+124=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F17C is #3A0E83. Grayscale: #D6D6D6. Windows color (decimal): -3804804 or 8188357. OLE color: 8188357.
HSL color Cylindrical-coordinate representation of color #C5F17C: hue angle of 82.56º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5F17C is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 124 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.05 |
| HSL | 82.56º | 0.81% | 0.72% | - |
| HSV(B) | 82.56º | 0.49% | 0.95% | - |
| XYZ | 58.12 | 76.24 | 30.72 | - |
| YUV | 214.51 | 76.92 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 124 | 0.18 | 0 | 0.49 | 0.05 | 82.56 | 0.81 | 0.72 |
| Hex | C5 | F1 | 7C | 12 | 0 | 31 | 5 | 53 | 51 | 48 |
| Octal | 305 | 361 | 174 | 22 | 0 | 61 | 5 | 123 | 121 | 110 |
| Binary | 11000101 | 11110001 | 1111100 | 10010 | 0 | 110001 | 101 | 1010011 | 1010001 | 1001000 |
Color Harmonies of #C5F17C
Complementary color
Monochromatic Colors of #C5F17C
Black with #C5F17C
Text Example
Text Example
White with #C5F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F17C; }
p { color: rgb(197,241,124); }
H1.HeaderClassName
{
color: #C5F17C;
}
.AnyTagClassName
{
color: #C5F17C;
}
</style>
background-color css
<style>
a { background-color: #C5F17C; }
a { background-color: rgb(197,241,124); }
div.DivClassName
{
background-color: #C5F17C;
}
.BgClassName
{
background-color: #C5F17C;
}
</style>
border-color css
<style>
span { border-color: #C5F17C; }
span { border-color: rgb(197,241,124); }
td.TdClassName
{
border-color: #C5F17C;
}
.TagClassName
{
border-color: #C5F17C;
}
</style>