Shades of Sulu #C5DD83
Tints of Sulu #C5DD83
RGB
CMYK
RGB Variations
Color information
#C5DD83 (or 0xC5DD83) is known color: Sulu. HEX triplet: C5, DD and 83. RGB value is (197,221,131). Sum of RGB (Red+Green+Blue) = 197+221+131=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DD83 is #3A227C. Grayscale: #CBCBCB. Windows color (decimal): -3809917 or 8641989. OLE color: 8641989.
HSL color Cylindrical-coordinate representation of color #C5DD83: hue angle of 76º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5DD83 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 131 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.13 |
| HSL | 76º | 0.57% | 0.69% | - |
| HSV(B) | 76º | 0.41% | 0.87% | - |
| XYZ | 52.98 | 65.22 | 31.27 | - |
| YUV | 203.56 | 87.05 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 131 | 0.11 | 0 | 0.41 | 0.13 | 76 | 0.57 | 0.69 |
| Hex | C5 | DD | 83 | B | 0 | 29 | D | 4C | 39 | 45 |
| Octal | 305 | 335 | 203 | 13 | 0 | 51 | 15 | 114 | 71 | 105 |
| Binary | 11000101 | 11011101 | 10000011 | 1011 | 0 | 101001 | 1101 | 1001100 | 111001 | 1000101 |
Color Harmonies of #C5DD83
Complementary color
Monochromatic Colors of #C5DD83
Black with #C5DD83
Text Example
Text Example
White with #C5DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD83; }
p { color: rgb(197,221,131); }
H1.HeaderClassName
{
color: #C5DD83;
}
.AnyTagClassName
{
color: #C5DD83;
}
</style>
background-color css
<style>
a { background-color: #C5DD83; }
a { background-color: rgb(197,221,131); }
div.DivClassName
{
background-color: #C5DD83;
}
.BgClassName
{
background-color: #C5DD83;
}
</style>
border-color css
<style>
span { border-color: #C5DD83; }
span { border-color: rgb(197,221,131); }
td.TdClassName
{
border-color: #C5DD83;
}
.TagClassName
{
border-color: #C5DD83;
}
</style>