Shades of Sulu #D5EF85
Tints of Sulu #D5EF85
RGB
CMYK
RGB Variations
Color information
#D5EF85 (or 0xD5EF85) is known color: Sulu. HEX triplet: D5, EF and 85. RGB value is (213,239,133). Sum of RGB (Red+Green+Blue) = 213+239+133=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EF85 is #2A107A. Grayscale: #DBDBDB. Windows color (decimal): -2756731 or 8777685. OLE color: 8777685.
HSL color Cylindrical-coordinate representation of color #D5EF85: hue angle of 74.72º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5EF85 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 133 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.06 |
| HSL | 74.72º | 0.77% | 0.73% | - |
| HSV(B) | 74.72º | 0.44% | 0.94% | - |
| XYZ | 62.54 | 77.57 | 33.87 | - |
| YUV | 219.14 | 79.39 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 133 | 0.11 | 0 | 0.44 | 0.06 | 74.72 | 0.77 | 0.73 |
| Hex | D5 | EF | 85 | B | 0 | 2C | 6 | 4B | 4D | 49 |
| Octal | 325 | 357 | 205 | 13 | 0 | 54 | 6 | 113 | 115 | 111 |
| Binary | 11010101 | 11101111 | 10000101 | 1011 | 0 | 101100 | 110 | 1001011 | 1001101 | 1001001 |
Color Harmonies of #D5EF85
Complementary color
Monochromatic Colors of #D5EF85
Black with #D5EF85
Text Example
Text Example
White with #D5EF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF85; }
p { color: rgb(213,239,133); }
H1.HeaderClassName
{
color: #D5EF85;
}
.AnyTagClassName
{
color: #D5EF85;
}
</style>
background-color css
<style>
a { background-color: #D5EF85; }
a { background-color: rgb(213,239,133); }
div.DivClassName
{
background-color: #D5EF85;
}
.BgClassName
{
background-color: #D5EF85;
}
</style>
border-color css
<style>
span { border-color: #D5EF85; }
span { border-color: rgb(213,239,133); }
td.TdClassName
{
border-color: #D5EF85;
}
.TagClassName
{
border-color: #D5EF85;
}
</style>