Shades of Sulu #C5E08D
Tints of Sulu #C5E08D
RGB
CMYK
RGB Variations
Color information
#C5E08D (or 0xC5E08D) is known color: Sulu. HEX triplet: C5, E0 and 8D. RGB value is (197,224,141). Sum of RGB (Red+Green+Blue) = 197+224+141=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E08D is #3A1F72. Grayscale: #CECECE. Windows color (decimal): -3809139 or 9298117. OLE color: 9298117.
HSL color Cylindrical-coordinate representation of color #C5E08D: hue angle of 79.52º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5E08D is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 141 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.12 |
| HSL | 79.52º | 0.57% | 0.72% | - |
| HSV(B) | 79.52º | 0.37% | 0.88% | - |
| XYZ | 54.49 | 67.1 | 35.28 | - |
| YUV | 206.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 141 | 0.12 | 0 | 0.37 | 0.12 | 79.52 | 0.57 | 0.72 |
| Hex | C5 | E0 | 8D | C | 0 | 25 | C | 50 | 39 | 48 |
| Octal | 305 | 340 | 215 | 14 | 0 | 45 | 14 | 120 | 71 | 110 |
| Binary | 11000101 | 11100000 | 10001101 | 1100 | 0 | 100101 | 1100 | 1010000 | 111001 | 1001000 |
Color Harmonies of #C5E08D
Complementary color
Monochromatic Colors of #C5E08D
Black with #C5E08D
Text Example
Text Example
White with #C5E08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E08D; }
p { color: rgb(197,224,141); }
H1.HeaderClassName
{
color: #C5E08D;
}
.AnyTagClassName
{
color: #C5E08D;
}
</style>
background-color css
<style>
a { background-color: #C5E08D; }
a { background-color: rgb(197,224,141); }
div.DivClassName
{
background-color: #C5E08D;
}
.BgClassName
{
background-color: #C5E08D;
}
</style>
border-color css
<style>
span { border-color: #C5E08D; }
span { border-color: rgb(197,224,141); }
td.TdClassName
{
border-color: #C5E08D;
}
.TagClassName
{
border-color: #C5E08D;
}
</style>