Shades of Sulu #C5FD6A
Tints of Sulu #C5FD6A
RGB
CMYK
RGB Variations
Color information
#C5FD6A (or 0xC5FD6A) is known color: Sulu. HEX triplet: C5, FD and 6A. RGB value is (197,253,106). Sum of RGB (Red+Green+Blue) = 197+253+106=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FD6A is #3A0295. Grayscale: #DCDCDC. Windows color (decimal): -3801750 or 7011781. OLE color: 7011781.
HSL color Cylindrical-coordinate representation of color #C5FD6A: hue angle of 82.86º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5FD6A is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 253 | 106 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.01 |
| HSL | 82.86º | 0.97% | 0.7% | - |
| HSV(B) | 82.86º | 0.58% | 0.99% | - |
| XYZ | 60.75 | 83.16 | 26.49 | - |
| YUV | 219.5 | 63.95 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 253 | 106 | 0.22 | 0 | 0.58 | 0.01 | 82.86 | 0.97 | 0.7 |
| Hex | C5 | FD | 6A | 16 | 0 | 3A | 1 | 53 | 61 | 46 |
| Octal | 305 | 375 | 152 | 26 | 0 | 72 | 1 | 123 | 141 | 106 |
| Binary | 11000101 | 11111101 | 1101010 | 10110 | 0 | 111010 | 1 | 1010011 | 1100001 | 1000110 |
Color Harmonies of #C5FD6A
Complementary color
Monochromatic Colors of #C5FD6A
Black with #C5FD6A
Text Example
Text Example
White with #C5FD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FD6A; }
p { color: rgb(197,253,106); }
H1.HeaderClassName
{
color: #C5FD6A;
}
.AnyTagClassName
{
color: #C5FD6A;
}
</style>
background-color css
<style>
a { background-color: #C5FD6A; }
a { background-color: rgb(197,253,106); }
div.DivClassName
{
background-color: #C5FD6A;
}
.BgClassName
{
background-color: #C5FD6A;
}
</style>
border-color css
<style>
span { border-color: #C5FD6A; }
span { border-color: rgb(197,253,106); }
td.TdClassName
{
border-color: #C5FD6A;
}
.TagClassName
{
border-color: #C5FD6A;
}
</style>