Shades of Sulu #C5DD7D
Tints of Sulu #C5DD7D
RGB
CMYK
RGB Variations
Color information
#C5DD7D (or 0xC5DD7D) is known color: Sulu. HEX triplet: C5, DD and 7D. RGB value is (197,221,125). Sum of RGB (Red+Green+Blue) = 197+221+125=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DD7D is #3A2282. Grayscale: #CBCBCB. Windows color (decimal): -3809923 or 8248773. OLE color: 8248773.
HSL color Cylindrical-coordinate representation of color #C5DD7D: hue angle of 75º degrees, saturation: 0.59, 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 #C5DD7D is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 125 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.13 |
| HSL | 75º | 0.59% | 0.68% | - |
| HSV(B) | 75º | 0.43% | 0.87% | - |
| XYZ | 52.58 | 65.06 | 29.19 | - |
| YUV | 202.88 | 84.05 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 125 | 0.11 | 0 | 0.43 | 0.13 | 75 | 0.59 | 0.68 |
| Hex | C5 | DD | 7D | B | 0 | 2B | D | 4B | 3B | 44 |
| Octal | 305 | 335 | 175 | 13 | 0 | 53 | 15 | 113 | 73 | 104 |
| Binary | 11000101 | 11011101 | 1111101 | 1011 | 0 | 101011 | 1101 | 1001011 | 111011 | 1000100 |
Color Harmonies of #C5DD7D
Complementary color
Monochromatic Colors of #C5DD7D
Black with #C5DD7D
Text Example
Text Example
White with #C5DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD7D; }
p { color: rgb(197,221,125); }
H1.HeaderClassName
{
color: #C5DD7D;
}
.AnyTagClassName
{
color: #C5DD7D;
}
</style>
background-color css
<style>
a { background-color: #C5DD7D; }
a { background-color: rgb(197,221,125); }
div.DivClassName
{
background-color: #C5DD7D;
}
.BgClassName
{
background-color: #C5DD7D;
}
</style>
border-color css
<style>
span { border-color: #C5DD7D; }
span { border-color: rgb(197,221,125); }
td.TdClassName
{
border-color: #C5DD7D;
}
.TagClassName
{
border-color: #C5DD7D;
}
</style>