Shades of Sulu #C4DA8D
Tints of Sulu #C4DA8D
RGB
CMYK
RGB Variations
Color information
#C4DA8D (or 0xC4DA8D) is known color: Sulu. HEX triplet: C4, DA and 8D. RGB value is (196,218,141). Sum of RGB (Red+Green+Blue) = 196+218+141=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DA8D is #3B2572. Grayscale: #CACACA. Windows color (decimal): -3876211 or 9296580. OLE color: 9296580.
HSL color Cylindrical-coordinate representation of color #C4DA8D: hue angle of 77.14º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4DA8D is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 141 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.15 |
| HSL | 77.14º | 0.51% | 0.7% | - |
| HSV(B) | 77.14º | 0.35% | 0.85% | - |
| XYZ | 52.64 | 63.8 | 34.74 | - |
| YUV | 202.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 141 | 0.10 | 0 | 0.35 | 0.15 | 77.14 | 0.51 | 0.7 |
| Hex | C4 | DA | 8D | A | 0 | 23 | F | 4D | 33 | 46 |
| Octal | 304 | 332 | 215 | 12 | 0 | 43 | 17 | 115 | 63 | 106 |
| Binary | 11000100 | 11011010 | 10001101 | 1010 | 0 | 100011 | 1111 | 1001101 | 110011 | 1000110 |
Color Harmonies of #C4DA8D
Complementary color
Monochromatic Colors of #C4DA8D
Black with #C4DA8D
Text Example
Text Example
White with #C4DA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DA8D; }
p { color: rgb(196,218,141); }
H1.HeaderClassName
{
color: #C4DA8D;
}
.AnyTagClassName
{
color: #C4DA8D;
}
</style>
background-color css
<style>
a { background-color: #C4DA8D; }
a { background-color: rgb(196,218,141); }
div.DivClassName
{
background-color: #C4DA8D;
}
.BgClassName
{
background-color: #C4DA8D;
}
</style>
border-color css
<style>
span { border-color: #C4DA8D; }
span { border-color: rgb(196,218,141); }
td.TdClassName
{
border-color: #C4DA8D;
}
.TagClassName
{
border-color: #C4DA8D;
}
</style>