Shades of Sulu #D4E28C
Tints of Sulu #D4E28C
RGB
CMYK
RGB Variations
Color information
#D4E28C (or 0xD4E28C) is known color: Sulu. HEX triplet: D4, E2 and 8C. RGB value is (212,226,140). Sum of RGB (Red+Green+Blue) = 212+226+140=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E28C is #2B1D73. Grayscale: #D4D4D4. Windows color (decimal): -2825588 or 9233108. OLE color: 9233108.
HSL color Cylindrical-coordinate representation of color #D4E28C: hue angle of 69.77º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4E28C is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 226 | 140 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.11 |
| HSL | 69.77º | 0.6% | 0.72% | - |
| HSV(B) | 69.77º | 0.38% | 0.89% | - |
| XYZ | 59.08 | 70.28 | 35.26 | - |
| YUV | 212.01 | 87.36 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 226 | 140 | 0.06 | 0 | 0.38 | 0.11 | 69.77 | 0.6 | 0.72 |
| Hex | D4 | E2 | 8C | 6 | 0 | 26 | B | 46 | 3C | 48 |
| Octal | 324 | 342 | 214 | 6 | 0 | 46 | 13 | 106 | 74 | 110 |
| Binary | 11010100 | 11100010 | 10001100 | 110 | 0 | 100110 | 1011 | 1000110 | 111100 | 1001000 |
Color Harmonies of #D4E28C
Complementary color
Monochromatic Colors of #D4E28C
Black with #D4E28C
Text Example
Text Example
White with #D4E28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E28C; }
p { color: rgb(212,226,140); }
H1.HeaderClassName
{
color: #D4E28C;
}
.AnyTagClassName
{
color: #D4E28C;
}
</style>
background-color css
<style>
a { background-color: #D4E28C; }
a { background-color: rgb(212,226,140); }
div.DivClassName
{
background-color: #D4E28C;
}
.BgClassName
{
background-color: #D4E28C;
}
</style>
border-color css
<style>
span { border-color: #D4E28C; }
span { border-color: rgb(212,226,140); }
td.TdClassName
{
border-color: #D4E28C;
}
.TagClassName
{
border-color: #D4E28C;
}
</style>