Shades of Sulu #C4DC8D
Tints of Sulu #C4DC8D
RGB
CMYK
RGB Variations
Color information
#C4DC8D (or 0xC4DC8D) is known color: Sulu. HEX triplet: C4, DC and 8D. RGB value is (196,220,141). Sum of RGB (Red+Green+Blue) = 196+220+141=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DC8D is #3B2372. Grayscale: #CCCCCC. Windows color (decimal): -3875699 or 9297092. OLE color: 9297092.
HSL color Cylindrical-coordinate representation of color #C4DC8D: hue angle of 78.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4DC8D is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 141 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.14 |
| HSL | 78.23º | 0.53% | 0.71% | - |
| HSV(B) | 78.23º | 0.36% | 0.86% | - |
| XYZ | 53.17 | 64.85 | 34.91 | - |
| YUV | 203.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 141 | 0.11 | 0 | 0.36 | 0.14 | 78.23 | 0.53 | 0.71 |
| Hex | C4 | DC | 8D | B | 0 | 24 | E | 4E | 35 | 47 |
| Octal | 304 | 334 | 215 | 13 | 0 | 44 | 16 | 116 | 65 | 107 |
| Binary | 11000100 | 11011100 | 10001101 | 1011 | 0 | 100100 | 1110 | 1001110 | 110101 | 1000111 |
Color Harmonies of #C4DC8D
Complementary color
Monochromatic Colors of #C4DC8D
Black with #C4DC8D
Text Example
Text Example
White with #C4DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DC8D; }
p { color: rgb(196,220,141); }
H1.HeaderClassName
{
color: #C4DC8D;
}
.AnyTagClassName
{
color: #C4DC8D;
}
</style>
background-color css
<style>
a { background-color: #C4DC8D; }
a { background-color: rgb(196,220,141); }
div.DivClassName
{
background-color: #C4DC8D;
}
.BgClassName
{
background-color: #C4DC8D;
}
</style>
border-color css
<style>
span { border-color: #C4DC8D; }
span { border-color: rgb(196,220,141); }
td.TdClassName
{
border-color: #C4DC8D;
}
.TagClassName
{
border-color: #C4DC8D;
}
</style>