Shades of Sulu #C5DA85
Tints of Sulu #C5DA85
RGB
CMYK
RGB Variations
Color information
#C5DA85 (or 0xC5DA85) is known color: Sulu. HEX triplet: C5, DA and 85. RGB value is (197,218,133). Sum of RGB (Red+Green+Blue) = 197+218+133=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DA85 is #3A257A. Grayscale: #CACACA. Windows color (decimal): -3810683 or 8772293. OLE color: 8772293.
HSL color Cylindrical-coordinate representation of color #C5DA85: hue angle of 74.82º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5DA85 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 133 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.15 |
| HSL | 74.82º | 0.53% | 0.69% | - |
| HSV(B) | 74.82º | 0.39% | 0.85% | - |
| XYZ | 52.33 | 63.71 | 31.73 | - |
| YUV | 202.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 133 | 0.10 | 0 | 0.39 | 0.15 | 74.82 | 0.53 | 0.69 |
| Hex | C5 | DA | 85 | A | 0 | 27 | F | 4B | 35 | 45 |
| Octal | 305 | 332 | 205 | 12 | 0 | 47 | 17 | 113 | 65 | 105 |
| Binary | 11000101 | 11011010 | 10000101 | 1010 | 0 | 100111 | 1111 | 1001011 | 110101 | 1000101 |
Color Harmonies of #C5DA85
Complementary color
Monochromatic Colors of #C5DA85
Black with #C5DA85
Text Example
Text Example
White with #C5DA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA85; }
p { color: rgb(197,218,133); }
H1.HeaderClassName
{
color: #C5DA85;
}
.AnyTagClassName
{
color: #C5DA85;
}
</style>
background-color css
<style>
a { background-color: #C5DA85; }
a { background-color: rgb(197,218,133); }
div.DivClassName
{
background-color: #C5DA85;
}
.BgClassName
{
background-color: #C5DA85;
}
</style>
border-color css
<style>
span { border-color: #C5DA85; }
span { border-color: rgb(197,218,133); }
td.TdClassName
{
border-color: #C5DA85;
}
.TagClassName
{
border-color: #C5DA85;
}
</style>