Shades of Sulu #D3E28E
Tints of Sulu #D3E28E
RGB
CMYK
RGB Variations
Color information
#D3E28E (or 0xD3E28E) is known color: Sulu. HEX triplet: D3, E2 and 8E. RGB value is (211,226,142). Sum of RGB (Red+Green+Blue) = 211+226+142=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E28E is #2C1D71. Grayscale: #D4D4D4. Windows color (decimal): -2891122 or 9364179. OLE color: 9364179.
HSL color Cylindrical-coordinate representation of color #D3E28E: hue angle of 70.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D3E28E is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 226 | 142 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.11 |
| HSL | 70.71º | 0.59% | 0.72% | - |
| HSV(B) | 70.71º | 0.37% | 0.89% | - |
| XYZ | 58.94 | 70.19 | 36.03 | - |
| YUV | 211.94 | 88.53 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 226 | 142 | 0.07 | 0 | 0.37 | 0.11 | 70.71 | 0.59 | 0.72 |
| Hex | D3 | E2 | 8E | 7 | 0 | 25 | B | 47 | 3B | 48 |
| Octal | 323 | 342 | 216 | 7 | 0 | 45 | 13 | 107 | 73 | 110 |
| Binary | 11010011 | 11100010 | 10001110 | 111 | 0 | 100101 | 1011 | 1000111 | 111011 | 1001000 |
Color Harmonies of #D3E28E
Complementary color
Monochromatic Colors of #D3E28E
Black with #D3E28E
Text Example
Text Example
White with #D3E28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E28E; }
p { color: rgb(211,226,142); }
H1.HeaderClassName
{
color: #D3E28E;
}
.AnyTagClassName
{
color: #D3E28E;
}
</style>
background-color css
<style>
a { background-color: #D3E28E; }
a { background-color: rgb(211,226,142); }
div.DivClassName
{
background-color: #D3E28E;
}
.BgClassName
{
background-color: #D3E28E;
}
</style>
border-color css
<style>
span { border-color: #D3E28E; }
span { border-color: rgb(211,226,142); }
td.TdClassName
{
border-color: #D3E28E;
}
.TagClassName
{
border-color: #D3E28E;
}
</style>