Shades of Sulu #D5EE80
Tints of Sulu #D5EE80
RGB
CMYK
RGB Variations
Color information
#D5EE80 (or 0xD5EE80) is known color: Sulu. HEX triplet: D5, EE and 80. RGB value is (213,238,128). Sum of RGB (Red+Green+Blue) = 213+238+128=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EE80 is #2A117F. Grayscale: #DADADA. Windows color (decimal): -2756992 or 8449749. OLE color: 8449749.
HSL color Cylindrical-coordinate representation of color #D5EE80: hue angle of 73.64º 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 #D5EE80 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 238 | 128 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.07 |
| HSL | 73.64º | 0.76% | 0.72% | - |
| HSV(B) | 73.64º | 0.46% | 0.93% | - |
| XYZ | 61.91 | 76.85 | 31.99 | - |
| YUV | 217.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 128 | 0.11 | 0 | 0.46 | 0.07 | 73.64 | 0.76 | 0.72 |
| Hex | D5 | EE | 80 | B | 0 | 2E | 7 | 4A | 4C | 48 |
| Octal | 325 | 356 | 200 | 13 | 0 | 56 | 7 | 112 | 114 | 110 |
| Binary | 11010101 | 11101110 | 10000000 | 1011 | 0 | 101110 | 111 | 1001010 | 1001100 | 1001000 |
Color Harmonies of #D5EE80
Complementary color
Monochromatic Colors of #D5EE80
Black with #D5EE80
Text Example
Text Example
White with #D5EE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EE80; }
p { color: rgb(213,238,128); }
H1.HeaderClassName
{
color: #D5EE80;
}
.AnyTagClassName
{
color: #D5EE80;
}
</style>
background-color css
<style>
a { background-color: #D5EE80; }
a { background-color: rgb(213,238,128); }
div.DivClassName
{
background-color: #D5EE80;
}
.BgClassName
{
background-color: #D5EE80;
}
</style>
border-color css
<style>
span { border-color: #D5EE80; }
span { border-color: rgb(213,238,128); }
td.TdClassName
{
border-color: #D5EE80;
}
.TagClassName
{
border-color: #D5EE80;
}
</style>