Shades of Sulu #D4EA8C
Tints of Sulu #D4EA8C
RGB
CMYK
RGB Variations
Color information
#D4EA8C (or 0xD4EA8C) is known color: Sulu. HEX triplet: D4, EA and 8C. RGB value is (212,234,140). Sum of RGB (Red+Green+Blue) = 212+234+140=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EA8C is #2B1573. Grayscale: #D9D9D9. Windows color (decimal): -2823540 or 9235156. OLE color: 9235156.
HSL color Cylindrical-coordinate representation of color #D4EA8C: hue angle of 74.04º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4EA8C is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 140 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.08 |
| HSL | 74.04º | 0.69% | 0.73% | - |
| HSV(B) | 74.04º | 0.4% | 0.92% | - |
| XYZ | 61.31 | 74.74 | 36.01 | - |
| YUV | 216.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 140 | 0.09 | 0 | 0.40 | 0.08 | 74.04 | 0.69 | 0.73 |
| Hex | D4 | EA | 8C | 9 | 0 | 28 | 8 | 4A | 45 | 49 |
| Octal | 324 | 352 | 214 | 11 | 0 | 50 | 10 | 112 | 105 | 111 |
| Binary | 11010100 | 11101010 | 10001100 | 1001 | 0 | 101000 | 1000 | 1001010 | 1000101 | 1001001 |
Color Harmonies of #D4EA8C
Complementary color
Monochromatic Colors of #D4EA8C
Black with #D4EA8C
Text Example
Text Example
White with #D4EA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EA8C; }
p { color: rgb(212,234,140); }
H1.HeaderClassName
{
color: #D4EA8C;
}
.AnyTagClassName
{
color: #D4EA8C;
}
</style>
background-color css
<style>
a { background-color: #D4EA8C; }
a { background-color: rgb(212,234,140); }
div.DivClassName
{
background-color: #D4EA8C;
}
.BgClassName
{
background-color: #D4EA8C;
}
</style>
border-color css
<style>
span { border-color: #D4EA8C; }
span { border-color: rgb(212,234,140); }
td.TdClassName
{
border-color: #D4EA8C;
}
.TagClassName
{
border-color: #D4EA8C;
}
</style>