Shades of Sulu #C5DC7C
Tints of Sulu #C5DC7C
RGB
CMYK
RGB Variations
Color information
#C5DC7C (or 0xC5DC7C) is known color: Sulu. HEX triplet: C5, DC and 7C. RGB value is (197,220,124). Sum of RGB (Red+Green+Blue) = 197+220+124=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DC7C is #3A2383. Grayscale: #CACACA. Windows color (decimal): -3810180 or 8182981. OLE color: 8182981.
HSL color Cylindrical-coordinate representation of color #C5DC7C: hue angle of 74.37º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5DC7C is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 124 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.14 |
| HSL | 74.37º | 0.58% | 0.67% | - |
| HSV(B) | 74.37º | 0.44% | 0.86% | - |
| XYZ | 52.26 | 64.51 | 28.77 | - |
| YUV | 202.18 | 83.88 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 124 | 0.10 | 0 | 0.44 | 0.14 | 74.37 | 0.58 | 0.67 |
| Hex | C5 | DC | 7C | A | 0 | 2C | E | 4A | 3A | 43 |
| Octal | 305 | 334 | 174 | 12 | 0 | 54 | 16 | 112 | 72 | 103 |
| Binary | 11000101 | 11011100 | 1111100 | 1010 | 0 | 101100 | 1110 | 1001010 | 111010 | 1000011 |
Color Harmonies of #C5DC7C
Complementary color
Monochromatic Colors of #C5DC7C
Black with #C5DC7C
Text Example
Text Example
White with #C5DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC7C; }
p { color: rgb(197,220,124); }
H1.HeaderClassName
{
color: #C5DC7C;
}
.AnyTagClassName
{
color: #C5DC7C;
}
</style>
background-color css
<style>
a { background-color: #C5DC7C; }
a { background-color: rgb(197,220,124); }
div.DivClassName
{
background-color: #C5DC7C;
}
.BgClassName
{
background-color: #C5DC7C;
}
</style>
border-color css
<style>
span { border-color: #C5DC7C; }
span { border-color: rgb(197,220,124); }
td.TdClassName
{
border-color: #C5DC7C;
}
.TagClassName
{
border-color: #C5DC7C;
}
</style>