Shades of Sulu #C5DD7E
Tints of Sulu #C5DD7E
RGB
CMYK
RGB Variations
Color information
#C5DD7E (or 0xC5DD7E) is known color: Sulu. HEX triplet: C5, DD and 7E. RGB value is (197,221,126). Sum of RGB (Red+Green+Blue) = 197+221+126=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DD7E is #3A2281. Grayscale: #CBCBCB. Windows color (decimal): -3809922 or 8314309. OLE color: 8314309.
HSL color Cylindrical-coordinate representation of color #C5DD7E: hue angle of 75.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5DD7E is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 126 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.13 |
| HSL | 75.16º | 0.58% | 0.68% | - |
| HSV(B) | 75.16º | 0.43% | 0.87% | - |
| XYZ | 52.65 | 65.09 | 29.53 | - |
| YUV | 202.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 126 | 0.11 | 0 | 0.43 | 0.13 | 75.16 | 0.58 | 0.68 |
| Hex | C5 | DD | 7E | B | 0 | 2B | D | 4B | 3A | 44 |
| Octal | 305 | 335 | 176 | 13 | 0 | 53 | 15 | 113 | 72 | 104 |
| Binary | 11000101 | 11011101 | 1111110 | 1011 | 0 | 101011 | 1101 | 1001011 | 111010 | 1000100 |
Color Harmonies of #C5DD7E
Complementary color
Monochromatic Colors of #C5DD7E
Black with #C5DD7E
Text Example
Text Example
White with #C5DD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD7E; }
p { color: rgb(197,221,126); }
H1.HeaderClassName
{
color: #C5DD7E;
}
.AnyTagClassName
{
color: #C5DD7E;
}
</style>
background-color css
<style>
a { background-color: #C5DD7E; }
a { background-color: rgb(197,221,126); }
div.DivClassName
{
background-color: #C5DD7E;
}
.BgClassName
{
background-color: #C5DD7E;
}
</style>
border-color css
<style>
span { border-color: #C5DD7E; }
span { border-color: rgb(197,221,126); }
td.TdClassName
{
border-color: #C5DD7E;
}
.TagClassName
{
border-color: #C5DD7E;
}
</style>