Shades of Sulu #C5DF8D
Tints of Sulu #C5DF8D
RGB
CMYK
RGB Variations
Color information
#C5DF8D (or 0xC5DF8D) is known color: Sulu. HEX triplet: C5, DF and 8D. RGB value is (197,223,141). Sum of RGB (Red+Green+Blue) = 197+223+141=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DF8D is #3A2072. Grayscale: #CECECE. Windows color (decimal): -3809395 or 9297861. OLE color: 9297861.
HSL color Cylindrical-coordinate representation of color #C5DF8D: hue angle of 79.02º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5DF8D is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 141 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.13 |
| HSL | 79.02º | 0.56% | 0.71% | - |
| HSV(B) | 79.02º | 0.37% | 0.87% | - |
| XYZ | 54.22 | 66.57 | 35.19 | - |
| YUV | 205.88 | 91.39 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 141 | 0.12 | 0 | 0.37 | 0.13 | 79.02 | 0.56 | 0.71 |
| Hex | C5 | DF | 8D | C | 0 | 25 | D | 4F | 38 | 47 |
| Octal | 305 | 337 | 215 | 14 | 0 | 45 | 15 | 117 | 70 | 107 |
| Binary | 11000101 | 11011111 | 10001101 | 1100 | 0 | 100101 | 1101 | 1001111 | 111000 | 1000111 |
Color Harmonies of #C5DF8D
Complementary color
Monochromatic Colors of #C5DF8D
Black with #C5DF8D
Text Example
Text Example
White with #C5DF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF8D; }
p { color: rgb(197,223,141); }
H1.HeaderClassName
{
color: #C5DF8D;
}
.AnyTagClassName
{
color: #C5DF8D;
}
</style>
background-color css
<style>
a { background-color: #C5DF8D; }
a { background-color: rgb(197,223,141); }
div.DivClassName
{
background-color: #C5DF8D;
}
.BgClassName
{
background-color: #C5DF8D;
}
</style>
border-color css
<style>
span { border-color: #C5DF8D; }
span { border-color: rgb(197,223,141); }
td.TdClassName
{
border-color: #C5DF8D;
}
.TagClassName
{
border-color: #C5DF8D;
}
</style>