Shades of Sulu #C5FD6D
Tints of Sulu #C5FD6D
RGB
CMYK
RGB Variations
Color information
#C5FD6D (or 0xC5FD6D) is known color: Sulu. HEX triplet: C5, FD and 6D. RGB value is (197,253,109). Sum of RGB (Red+Green+Blue) = 197+253+109=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FD6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FD6D is #3A0292. Grayscale: #DCDCDC. Windows color (decimal): -3801747 or 7208389. OLE color: 7208389.
HSL color Cylindrical-coordinate representation of color #C5FD6D: hue angle of 83.33º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5FD6D is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 253 | 109 | - |
CMYK | 0.22 | 0 | 0.57 | 0.01 |
HSL | 83.33º | 0.97% | 0.71% | - |
HSV(B) | 83.33º | 0.57% | 0.99% | - |
XYZ | 60.91 | 83.23 | 27.32 | - |
YUV | 219.84 | 65.45 | 111.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 253 | 109 | 0.22 | 0 | 0.57 | 0.01 | 83.33 | 0.97 | 0.71 |
Hex | C5 | FD | 6D | 16 | 0 | 39 | 1 | 53 | 61 | 47 |
Octal | 305 | 375 | 155 | 26 | 0 | 71 | 1 | 123 | 141 | 107 |
Binary | 11000101 | 11111101 | 1101101 | 10110 | 0 | 111001 | 1 | 1010011 | 1100001 | 1000111 |
Color Harmonies of #C5FD6D
Complementary color
Monochromatic Colors of #C5FD6D
Black with #C5FD6D
Text Example
Text Example
White with #C5FD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FD6D; }
p { color: rgb(197,253,109); }
H1.HeaderClassName
{
color: #C5FD6D;
}
.AnyTagClassName
{
color: #C5FD6D;
}
</style>
background-color css
<style>
a { background-color: #C5FD6D; }
a { background-color: rgb(197,253,109); }
div.DivClassName
{
background-color: #C5FD6D;
}
.BgClassName
{
background-color: #C5FD6D;
}
</style>
border-color css
<style>
span { border-color: #C5FD6D; }
span { border-color: rgb(197,253,109); }
td.TdClassName
{
border-color: #C5FD6D;
}
.TagClassName
{
border-color: #C5FD6D;
}
</style>