Shades of Sulu #C5DE8D
Tints of Sulu #C5DE8D
RGB
CMYK
RGB Variations
Color information
#C5DE8D (or 0xC5DE8D) is known color: Sulu. HEX triplet: C5, DE and 8D. RGB value is (197,222,141). Sum of RGB (Red+Green+Blue) = 197+222+141=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DE8D is #3A2172. Grayscale: #CDCDCD. Windows color (decimal): -3809651 or 9297605. OLE color: 9297605.
HSL color Cylindrical-coordinate representation of color #C5DE8D: hue angle of 78.52º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5DE8D is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 141 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.13 |
| HSL | 78.52º | 0.55% | 0.71% | - |
| HSV(B) | 78.52º | 0.36% | 0.87% | - |
| XYZ | 53.95 | 66.04 | 35.1 | - |
| YUV | 205.29 | 91.72 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 141 | 0.11 | 0 | 0.36 | 0.13 | 78.52 | 0.55 | 0.71 |
| Hex | C5 | DE | 8D | B | 0 | 24 | D | 4F | 37 | 47 |
| Octal | 305 | 336 | 215 | 13 | 0 | 44 | 15 | 117 | 67 | 107 |
| Binary | 11000101 | 11011110 | 10001101 | 1011 | 0 | 100100 | 1101 | 1001111 | 110111 | 1000111 |
Color Harmonies of #C5DE8D
Complementary color
Monochromatic Colors of #C5DE8D
Black with #C5DE8D
Text Example
Text Example
White with #C5DE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DE8D; }
p { color: rgb(197,222,141); }
H1.HeaderClassName
{
color: #C5DE8D;
}
.AnyTagClassName
{
color: #C5DE8D;
}
</style>
background-color css
<style>
a { background-color: #C5DE8D; }
a { background-color: rgb(197,222,141); }
div.DivClassName
{
background-color: #C5DE8D;
}
.BgClassName
{
background-color: #C5DE8D;
}
</style>
border-color css
<style>
span { border-color: #C5DE8D; }
span { border-color: rgb(197,222,141); }
td.TdClassName
{
border-color: #C5DE8D;
}
.TagClassName
{
border-color: #C5DE8D;
}
</style>