Shades of Sulu #D3EE80
Tints of Sulu #D3EE80
RGB
CMYK
RGB Variations
Color information
#D3EE80 (or 0xD3EE80) is known color: Sulu. HEX triplet: D3, EE and 80. RGB value is (211,238,128). Sum of RGB (Red+Green+Blue) = 211+238+128=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EE80 is #2C117F. Grayscale: #D9D9D9. Windows color (decimal): -2888064 or 8449747. OLE color: 8449747.
HSL color Cylindrical-coordinate representation of color #D3EE80: hue angle of 74.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3EE80 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 238 | 128 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.07 |
| HSL | 74.73º | 0.76% | 0.72% | - |
| HSV(B) | 74.73º | 0.46% | 0.93% | - |
| XYZ | 61.33 | 76.56 | 31.97 | - |
| YUV | 217.39 | 77.55 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 128 | 0.11 | 0 | 0.46 | 0.07 | 74.73 | 0.76 | 0.72 |
| Hex | D3 | EE | 80 | B | 0 | 2E | 7 | 4B | 4C | 48 |
| Octal | 323 | 356 | 200 | 13 | 0 | 56 | 7 | 113 | 114 | 110 |
| Binary | 11010011 | 11101110 | 10000000 | 1011 | 0 | 101110 | 111 | 1001011 | 1001100 | 1001000 |
Color Harmonies of #D3EE80
Complementary color
Monochromatic Colors of #D3EE80
Black with #D3EE80
Text Example
Text Example
White with #D3EE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EE80; }
p { color: rgb(211,238,128); }
H1.HeaderClassName
{
color: #D3EE80;
}
.AnyTagClassName
{
color: #D3EE80;
}
</style>
background-color css
<style>
a { background-color: #D3EE80; }
a { background-color: rgb(211,238,128); }
div.DivClassName
{
background-color: #D3EE80;
}
.BgClassName
{
background-color: #D3EE80;
}
</style>
border-color css
<style>
span { border-color: #D3EE80; }
span { border-color: rgb(211,238,128); }
td.TdClassName
{
border-color: #D3EE80;
}
.TagClassName
{
border-color: #D3EE80;
}
</style>