Shades of Sulu #C5ED8D
Tints of Sulu #C5ED8D
RGB
CMYK
RGB Variations
Color information
#C5ED8D (or 0xC5ED8D) is known color: Sulu. HEX triplet: C5, ED and 8D. RGB value is (197,237,141). Sum of RGB (Red+Green+Blue) = 197+237+141=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5ED8D is #3A1272. Grayscale: #D6D6D6. Windows color (decimal): -3805811 or 9301445. OLE color: 9301445.
HSL color Cylindrical-coordinate representation of color #C5ED8D: hue angle of 85º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5ED8D is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 141 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.07 |
| HSL | 85º | 0.73% | 0.74% | - |
| HSV(B) | 85º | 0.41% | 0.93% | - |
| XYZ | 58.12 | 74.36 | 36.49 | - |
| YUV | 214.1 | 86.75 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 141 | 0.17 | 0 | 0.41 | 0.07 | 85 | 0.73 | 0.74 |
| Hex | C5 | ED | 8D | 11 | 0 | 29 | 7 | 55 | 49 | 4A |
| Octal | 305 | 355 | 215 | 21 | 0 | 51 | 7 | 125 | 111 | 112 |
| Binary | 11000101 | 11101101 | 10001101 | 10001 | 0 | 101001 | 111 | 1010101 | 1001001 | 1001010 |
Color Harmonies of #C5ED8D
Complementary color
Monochromatic Colors of #C5ED8D
Black with #C5ED8D
Text Example
Text Example
White with #C5ED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED8D; }
p { color: rgb(197,237,141); }
H1.HeaderClassName
{
color: #C5ED8D;
}
.AnyTagClassName
{
color: #C5ED8D;
}
</style>
background-color css
<style>
a { background-color: #C5ED8D; }
a { background-color: rgb(197,237,141); }
div.DivClassName
{
background-color: #C5ED8D;
}
.BgClassName
{
background-color: #C5ED8D;
}
</style>
border-color css
<style>
span { border-color: #C5ED8D; }
span { border-color: rgb(197,237,141); }
td.TdClassName
{
border-color: #C5ED8D;
}
.TagClassName
{
border-color: #C5ED8D;
}
</style>