Shades of Sulu #C5DD85
Tints of Sulu #C5DD85
RGB
CMYK
RGB Variations
Color information
#C5DD85 (or 0xC5DD85) is known color: Sulu. HEX triplet: C5, DD and 85. RGB value is (197,221,133). Sum of RGB (Red+Green+Blue) = 197+221+133=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DD85 is #3A227A. Grayscale: #CCCCCC. Windows color (decimal): -3809915 or 8773061. OLE color: 8773061.
HSL color Cylindrical-coordinate representation of color #C5DD85: hue angle of 76.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5DD85 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 133 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.13 |
| HSL | 76.36º | 0.56% | 0.69% | - |
| HSV(B) | 76.36º | 0.4% | 0.87% | - |
| XYZ | 53.12 | 65.28 | 31.99 | - |
| YUV | 203.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 133 | 0.11 | 0 | 0.40 | 0.13 | 76.36 | 0.56 | 0.69 |
| Hex | C5 | DD | 85 | B | 0 | 28 | D | 4C | 38 | 45 |
| Octal | 305 | 335 | 205 | 13 | 0 | 50 | 15 | 114 | 70 | 105 |
| Binary | 11000101 | 11011101 | 10000101 | 1011 | 0 | 101000 | 1101 | 1001100 | 111000 | 1000101 |
Color Harmonies of #C5DD85
Complementary color
Monochromatic Colors of #C5DD85
Black with #C5DD85
Text Example
Text Example
White with #C5DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD85; }
p { color: rgb(197,221,133); }
H1.HeaderClassName
{
color: #C5DD85;
}
.AnyTagClassName
{
color: #C5DD85;
}
</style>
background-color css
<style>
a { background-color: #C5DD85; }
a { background-color: rgb(197,221,133); }
div.DivClassName
{
background-color: #C5DD85;
}
.BgClassName
{
background-color: #C5DD85;
}
</style>
border-color css
<style>
span { border-color: #C5DD85; }
span { border-color: rgb(197,221,133); }
td.TdClassName
{
border-color: #C5DD85;
}
.TagClassName
{
border-color: #C5DD85;
}
</style>