Shades of Sulu #C5DA73
Tints of Sulu #C5DA73
RGB
CMYK
RGB Variations
Color information
#C5DA73 (or 0xC5DA73) is known color: Sulu. HEX triplet: C5, DA and 73. RGB value is (197,218,115). Sum of RGB (Red+Green+Blue) = 197+218+115=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DA73 is #3A258C. Grayscale: #C8C8C8. Windows color (decimal): -3810701 or 7592645. OLE color: 7592645.
HSL color Cylindrical-coordinate representation of color #C5DA73: hue angle of 72.23º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5DA73 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 115 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.15 |
| HSL | 72.23º | 0.58% | 0.65% | - |
| HSV(B) | 72.23º | 0.47% | 0.85% | - |
| XYZ | 51.19 | 63.25 | 25.73 | - |
| YUV | 199.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 115 | 0.10 | 0 | 0.47 | 0.15 | 72.23 | 0.58 | 0.65 |
| Hex | C5 | DA | 73 | A | 0 | 2F | F | 48 | 3A | 41 |
| Octal | 305 | 332 | 163 | 12 | 0 | 57 | 17 | 110 | 72 | 101 |
| Binary | 11000101 | 11011010 | 1110011 | 1010 | 0 | 101111 | 1111 | 1001000 | 111010 | 1000001 |
Color Harmonies of #C5DA73
Complementary color
Monochromatic Colors of #C5DA73
Black with #C5DA73
Text Example
Text Example
White with #C5DA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA73; }
p { color: rgb(197,218,115); }
H1.HeaderClassName
{
color: #C5DA73;
}
.AnyTagClassName
{
color: #C5DA73;
}
</style>
background-color css
<style>
a { background-color: #C5DA73; }
a { background-color: rgb(197,218,115); }
div.DivClassName
{
background-color: #C5DA73;
}
.BgClassName
{
background-color: #C5DA73;
}
</style>
border-color css
<style>
span { border-color: #C5DA73; }
span { border-color: rgb(197,218,115); }
td.TdClassName
{
border-color: #C5DA73;
}
.TagClassName
{
border-color: #C5DA73;
}
</style>