Shades of Sulu #C5F67C
Tints of Sulu #C5F67C
RGB
CMYK
RGB Variations
Color information
#C5F67C (or 0xC5F67C) is known color: Sulu. HEX triplet: C5, F6 and 7C. RGB value is (197,246,124). Sum of RGB (Red+Green+Blue) = 197+246+124=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F67C is #3A0983. Grayscale: #D9D9D9. Windows color (decimal): -3803524 or 8189637. OLE color: 8189637.
HSL color Cylindrical-coordinate representation of color #C5F67C: hue angle of 84.1º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5F67C is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 246 | 124 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.04 |
| HSL | 84.1º | 0.87% | 0.73% | - |
| HSV(B) | 84.1º | 0.5% | 0.96% | - |
| XYZ | 59.62 | 79.24 | 31.22 | - |
| YUV | 217.44 | 75.27 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 246 | 124 | 0.20 | 0 | 0.50 | 0.04 | 84.1 | 0.87 | 0.73 |
| Hex | C5 | F6 | 7C | 14 | 0 | 32 | 4 | 54 | 57 | 49 |
| Octal | 305 | 366 | 174 | 24 | 0 | 62 | 4 | 124 | 127 | 111 |
| Binary | 11000101 | 11110110 | 1111100 | 10100 | 0 | 110010 | 100 | 1010100 | 1010111 | 1001001 |
Color Harmonies of #C5F67C
Complementary color
Monochromatic Colors of #C5F67C
Black with #C5F67C
Text Example
Text Example
White with #C5F67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F67C; }
p { color: rgb(197,246,124); }
H1.HeaderClassName
{
color: #C5F67C;
}
.AnyTagClassName
{
color: #C5F67C;
}
</style>
background-color css
<style>
a { background-color: #C5F67C; }
a { background-color: rgb(197,246,124); }
div.DivClassName
{
background-color: #C5F67C;
}
.BgClassName
{
background-color: #C5F67C;
}
</style>
border-color css
<style>
span { border-color: #C5F67C; }
span { border-color: rgb(197,246,124); }
td.TdClassName
{
border-color: #C5F67C;
}
.TagClassName
{
border-color: #C5F67C;
}
</style>