Shades of Sulu #D3E28A
Tints of Sulu #D3E28A
RGB
CMYK
RGB Variations
Color information
#D3E28A (or 0xD3E28A) is known color: Sulu. HEX triplet: D3, E2 and 8A. RGB value is (211,226,138). Sum of RGB (Red+Green+Blue) = 211+226+138=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E28A is #2C1D75. Grayscale: #D3D3D3. Windows color (decimal): -2891126 or 9102035. OLE color: 9102035.
HSL color Cylindrical-coordinate representation of color #D3E28A: hue angle of 70.23º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3E28A is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 226 | 138 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.11 |
| HSL | 70.23º | 0.6% | 0.71% | - |
| HSV(B) | 70.23º | 0.39% | 0.89% | - |
| XYZ | 58.65 | 70.08 | 34.48 | - |
| YUV | 211.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 226 | 138 | 0.07 | 0 | 0.39 | 0.11 | 70.23 | 0.6 | 0.71 |
| Hex | D3 | E2 | 8A | 7 | 0 | 27 | B | 46 | 3C | 47 |
| Octal | 323 | 342 | 212 | 7 | 0 | 47 | 13 | 106 | 74 | 107 |
| Binary | 11010011 | 11100010 | 10001010 | 111 | 0 | 100111 | 1011 | 1000110 | 111100 | 1000111 |
Color Harmonies of #D3E28A
Complementary color
Monochromatic Colors of #D3E28A
Black with #D3E28A
Text Example
Text Example
White with #D3E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E28A; }
p { color: rgb(211,226,138); }
H1.HeaderClassName
{
color: #D3E28A;
}
.AnyTagClassName
{
color: #D3E28A;
}
</style>
background-color css
<style>
a { background-color: #D3E28A; }
a { background-color: rgb(211,226,138); }
div.DivClassName
{
background-color: #D3E28A;
}
.BgClassName
{
background-color: #D3E28A;
}
</style>
border-color css
<style>
span { border-color: #D3E28A; }
span { border-color: rgb(211,226,138); }
td.TdClassName
{
border-color: #D3E28A;
}
.TagClassName
{
border-color: #D3E28A;
}
</style>