Shades of Sulu #C5DE7D
Tints of Sulu #C5DE7D
RGB
CMYK
RGB Variations
Color information
#C5DE7D (or 0xC5DE7D) is known color: Sulu. HEX triplet: C5, DE and 7D. RGB value is (197,222,125). Sum of RGB (Red+Green+Blue) = 197+222+125=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DE7D is #3A2182. Grayscale: #CBCBCB. Windows color (decimal): -3809667 or 8249029. OLE color: 8249029.
HSL color Cylindrical-coordinate representation of color #C5DE7D: hue angle of 75.46º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5DE7D is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 125 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.13 |
| HSL | 75.46º | 0.6% | 0.68% | - |
| HSV(B) | 75.46º | 0.44% | 0.87% | - |
| XYZ | 52.85 | 65.59 | 29.28 | - |
| YUV | 203.47 | 83.72 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 125 | 0.11 | 0 | 0.44 | 0.13 | 75.46 | 0.6 | 0.68 |
| Hex | C5 | DE | 7D | B | 0 | 2C | D | 4B | 3C | 44 |
| Octal | 305 | 336 | 175 | 13 | 0 | 54 | 15 | 113 | 74 | 104 |
| Binary | 11000101 | 11011110 | 1111101 | 1011 | 0 | 101100 | 1101 | 1001011 | 111100 | 1000100 |
Color Harmonies of #C5DE7D
Complementary color
Monochromatic Colors of #C5DE7D
Black with #C5DE7D
Text Example
Text Example
White with #C5DE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DE7D; }
p { color: rgb(197,222,125); }
H1.HeaderClassName
{
color: #C5DE7D;
}
.AnyTagClassName
{
color: #C5DE7D;
}
</style>
background-color css
<style>
a { background-color: #C5DE7D; }
a { background-color: rgb(197,222,125); }
div.DivClassName
{
background-color: #C5DE7D;
}
.BgClassName
{
background-color: #C5DE7D;
}
</style>
border-color css
<style>
span { border-color: #C5DE7D; }
span { border-color: rgb(197,222,125); }
td.TdClassName
{
border-color: #C5DE7D;
}
.TagClassName
{
border-color: #C5DE7D;
}
</style>