Shades of Sulu #C5ED8F
Tints of Sulu #C5ED8F
RGB
CMYK
RGB Variations
Color information
#C5ED8F (or 0xC5ED8F) is known color: Sulu. HEX triplet: C5, ED and 8F. RGB value is (197,237,143). Sum of RGB (Red+Green+Blue) = 197+237+143=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5ED8F is #3A1270. Grayscale: #D6D6D6. Windows color (decimal): -3805809 or 9432517. OLE color: 9432517.
HSL color Cylindrical-coordinate representation of color #C5ED8F: hue angle of 85.53º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5ED8F is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 143 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.07 |
| HSL | 85.53º | 0.72% | 0.75% | - |
| HSV(B) | 85.53º | 0.4% | 0.93% | - |
| XYZ | 58.27 | 74.42 | 37.28 | - |
| YUV | 214.32 | 87.75 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 143 | 0.17 | 0 | 0.40 | 0.07 | 85.53 | 0.72 | 0.75 |
| Hex | C5 | ED | 8F | 11 | 0 | 28 | 7 | 56 | 48 | 4B |
| Octal | 305 | 355 | 217 | 21 | 0 | 50 | 7 | 126 | 110 | 113 |
| Binary | 11000101 | 11101101 | 10001111 | 10001 | 0 | 101000 | 111 | 1010110 | 1001000 | 1001011 |
Color Harmonies of #C5ED8F
Complementary color
Monochromatic Colors of #C5ED8F
Black with #C5ED8F
Text Example
Text Example
White with #C5ED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED8F; }
p { color: rgb(197,237,143); }
H1.HeaderClassName
{
color: #C5ED8F;
}
.AnyTagClassName
{
color: #C5ED8F;
}
</style>
background-color css
<style>
a { background-color: #C5ED8F; }
a { background-color: rgb(197,237,143); }
div.DivClassName
{
background-color: #C5ED8F;
}
.BgClassName
{
background-color: #C5ED8F;
}
</style>
border-color css
<style>
span { border-color: #C5ED8F; }
span { border-color: rgb(197,237,143); }
td.TdClassName
{
border-color: #C5ED8F;
}
.TagClassName
{
border-color: #C5ED8F;
}
</style>