Shades of Sulu #D4EA7F
Tints of Sulu #D4EA7F
RGB
CMYK
RGB Variations
Color information
#D4EA7F (or 0xD4EA7F) is known color: Sulu. HEX triplet: D4, EA and 7F. RGB value is (212,234,127). Sum of RGB (Red+Green+Blue) = 212+234+127=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EA7F is #2B1580. Grayscale: #D7D7D7. Windows color (decimal): -2823553 or 8383188. OLE color: 8383188.
HSL color Cylindrical-coordinate representation of color #D4EA7F: hue angle of 72.34º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4EA7F is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 127 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.08 |
| HSL | 72.34º | 0.72% | 0.71% | - |
| HSV(B) | 72.34º | 0.46% | 0.92% | - |
| XYZ | 60.4 | 74.37 | 31.25 | - |
| YUV | 215.22 | 78.21 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 127 | 0.09 | 0 | 0.46 | 0.08 | 72.34 | 0.72 | 0.71 |
| Hex | D4 | EA | 7F | 9 | 0 | 2E | 8 | 48 | 48 | 47 |
| Octal | 324 | 352 | 177 | 11 | 0 | 56 | 10 | 110 | 110 | 107 |
| Binary | 11010100 | 11101010 | 1111111 | 1001 | 0 | 101110 | 1000 | 1001000 | 1001000 | 1000111 |
Color Harmonies of #D4EA7F
Complementary color
Monochromatic Colors of #D4EA7F
Black with #D4EA7F
Text Example
Text Example
White with #D4EA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EA7F; }
p { color: rgb(212,234,127); }
H1.HeaderClassName
{
color: #D4EA7F;
}
.AnyTagClassName
{
color: #D4EA7F;
}
</style>
background-color css
<style>
a { background-color: #D4EA7F; }
a { background-color: rgb(212,234,127); }
div.DivClassName
{
background-color: #D4EA7F;
}
.BgClassName
{
background-color: #D4EA7F;
}
</style>
border-color css
<style>
span { border-color: #D4EA7F; }
span { border-color: rgb(212,234,127); }
td.TdClassName
{
border-color: #D4EA7F;
}
.TagClassName
{
border-color: #D4EA7F;
}
</style>