Shades of Sulu #C5FD8C
Tints of Sulu #C5FD8C
RGB
CMYK
RGB Variations
Color information
#C5FD8C (or 0xC5FD8C) is known color: Sulu. HEX triplet: C5, FD and 8C. RGB value is (197,253,140). Sum of RGB (Red+Green+Blue) = 197+253+140=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 140 (55.08% from 255 or 23.73% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FD8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FD8C is #3A0273. Grayscale: #DFDFDF. Windows color (decimal): -3801716 or 9240005. OLE color: 9240005.
HSL color Cylindrical-coordinate representation of color #C5FD8C: hue angle of 89.73º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5FD8C is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 253 | 140 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.01 |
| HSL | 89.73º | 0.97% | 0.77% | - |
| HSV(B) | 89.73º | 0.45% | 0.99% | - |
| XYZ | 62.88 | 84.01 | 37.71 | - |
| YUV | 223.37 | 80.95 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 253 | 140 | 0.22 | 0 | 0.45 | 0.01 | 89.73 | 0.97 | 0.77 |
| Hex | C5 | FD | 8C | 16 | 0 | 2D | 1 | 5A | 61 | 4D |
| Octal | 305 | 375 | 214 | 26 | 0 | 55 | 1 | 132 | 141 | 115 |
| Binary | 11000101 | 11111101 | 10001100 | 10110 | 0 | 101101 | 1 | 1011010 | 1100001 | 1001101 |
Color Harmonies of #C5FD8C
Complementary color
Monochromatic Colors of #C5FD8C
Black with #C5FD8C
Text Example
Text Example
White with #C5FD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FD8C; }
p { color: rgb(197,253,140); }
H1.HeaderClassName
{
color: #C5FD8C;
}
.AnyTagClassName
{
color: #C5FD8C;
}
</style>
background-color css
<style>
a { background-color: #C5FD8C; }
a { background-color: rgb(197,253,140); }
div.DivClassName
{
background-color: #C5FD8C;
}
.BgClassName
{
background-color: #C5FD8C;
}
</style>
border-color css
<style>
span { border-color: #C5FD8C; }
span { border-color: rgb(197,253,140); }
td.TdClassName
{
border-color: #C5FD8C;
}
.TagClassName
{
border-color: #C5FD8C;
}
</style>