Shades of Sulu #D3EA8A
Tints of Sulu #D3EA8A
RGB
CMYK
RGB Variations
Color information
#D3EA8A (or 0xD3EA8A) is known color: Sulu. HEX triplet: D3, EA and 8A. RGB value is (211,234,138). Sum of RGB (Red+Green+Blue) = 211+234+138=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EA8A is #2C1575. Grayscale: #D8D8D8. Windows color (decimal): -2889078 or 9104083. OLE color: 9104083.
HSL color Cylindrical-coordinate representation of color #D3EA8A: hue angle of 74.37º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3EA8A is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 234 | 138 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.08 |
| HSL | 74.37º | 0.7% | 0.73% | - |
| HSV(B) | 74.37º | 0.41% | 0.92% | - |
| XYZ | 60.87 | 74.53 | 35.22 | - |
| YUV | 216.18 | 83.88 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 138 | 0.10 | 0 | 0.41 | 0.08 | 74.37 | 0.7 | 0.73 |
| Hex | D3 | EA | 8A | A | 0 | 29 | 8 | 4A | 46 | 49 |
| Octal | 323 | 352 | 212 | 12 | 0 | 51 | 10 | 112 | 106 | 111 |
| Binary | 11010011 | 11101010 | 10001010 | 1010 | 0 | 101001 | 1000 | 1001010 | 1000110 | 1001001 |
Color Harmonies of #D3EA8A
Complementary color
Monochromatic Colors of #D3EA8A
Black with #D3EA8A
Text Example
Text Example
White with #D3EA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EA8A; }
p { color: rgb(211,234,138); }
H1.HeaderClassName
{
color: #D3EA8A;
}
.AnyTagClassName
{
color: #D3EA8A;
}
</style>
background-color css
<style>
a { background-color: #D3EA8A; }
a { background-color: rgb(211,234,138); }
div.DivClassName
{
background-color: #D3EA8A;
}
.BgClassName
{
background-color: #D3EA8A;
}
</style>
border-color css
<style>
span { border-color: #D3EA8A; }
span { border-color: rgb(211,234,138); }
td.TdClassName
{
border-color: #D3EA8A;
}
.TagClassName
{
border-color: #D3EA8A;
}
</style>