Shades of Sulu #D5EF84
Tints of Sulu #D5EF84
RGB
CMYK
RGB Variations
Color information
#D5EF84 (or 0xD5EF84) is known color: Sulu. HEX triplet: D5, EF and 84. RGB value is (213,239,132). Sum of RGB (Red+Green+Blue) = 213+239+132=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EF84 is #2A107B. Grayscale: #DBDBDB. Windows color (decimal): -2756732 or 8712149. OLE color: 8712149.
HSL color Cylindrical-coordinate representation of color #D5EF84: hue angle of 74.58º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5EF84 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 132 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.06 |
| HSL | 74.58º | 0.77% | 0.73% | - |
| HSV(B) | 74.58º | 0.45% | 0.94% | - |
| XYZ | 62.47 | 77.55 | 33.5 | - |
| YUV | 219.03 | 78.89 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 132 | 0.11 | 0 | 0.45 | 0.06 | 74.58 | 0.77 | 0.73 |
| Hex | D5 | EF | 84 | B | 0 | 2D | 6 | 4B | 4D | 49 |
| Octal | 325 | 357 | 204 | 13 | 0 | 55 | 6 | 113 | 115 | 111 |
| Binary | 11010101 | 11101111 | 10000100 | 1011 | 0 | 101101 | 110 | 1001011 | 1001101 | 1001001 |
Color Harmonies of #D5EF84
Complementary color
Monochromatic Colors of #D5EF84
Black with #D5EF84
Text Example
Text Example
White with #D5EF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF84; }
p { color: rgb(213,239,132); }
H1.HeaderClassName
{
color: #D5EF84;
}
.AnyTagClassName
{
color: #D5EF84;
}
</style>
background-color css
<style>
a { background-color: #D5EF84; }
a { background-color: rgb(213,239,132); }
div.DivClassName
{
background-color: #D5EF84;
}
.BgClassName
{
background-color: #D5EF84;
}
</style>
border-color css
<style>
span { border-color: #D5EF84; }
span { border-color: rgb(213,239,132); }
td.TdClassName
{
border-color: #D5EF84;
}
.TagClassName
{
border-color: #D5EF84;
}
</style>