Shades of Sulu #D5E784
Tints of Sulu #D5E784
RGB
CMYK
RGB Variations
Color information
#D5E784 (or 0xD5E784) is known color: Sulu. HEX triplet: D5, E7 and 84. RGB value is (213,231,132). Sum of RGB (Red+Green+Blue) = 213+231+132=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 231 (90.62% from 255 or 40.10% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E784 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E784 is #2A187B. Grayscale: #D6D6D6. Windows color (decimal): -2758780 or 8710101. OLE color: 8710101.
HSL color Cylindrical-coordinate representation of color #D5E784: hue angle of 70.91º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5E784 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 231 | 132 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.09 |
| HSL | 70.91º | 0.67% | 0.71% | - |
| HSV(B) | 70.91º | 0.43% | 0.91% | - |
| XYZ | 60.18 | 72.96 | 32.74 | - |
| YUV | 214.33 | 81.54 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 231 | 132 | 0.08 | 0 | 0.43 | 0.09 | 70.91 | 0.67 | 0.71 |
| Hex | D5 | E7 | 84 | 8 | 0 | 2B | 9 | 47 | 43 | 47 |
| Octal | 325 | 347 | 204 | 10 | 0 | 53 | 11 | 107 | 103 | 107 |
| Binary | 11010101 | 11100111 | 10000100 | 1000 | 0 | 101011 | 1001 | 1000111 | 1000011 | 1000111 |
Color Harmonies of #D5E784
Complementary color
Monochromatic Colors of #D5E784
Black with #D5E784
Text Example
Text Example
White with #D5E784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E784; }
p { color: rgb(213,231,132); }
H1.HeaderClassName
{
color: #D5E784;
}
.AnyTagClassName
{
color: #D5E784;
}
</style>
background-color css
<style>
a { background-color: #D5E784; }
a { background-color: rgb(213,231,132); }
div.DivClassName
{
background-color: #D5E784;
}
.BgClassName
{
background-color: #D5E784;
}
</style>
border-color css
<style>
span { border-color: #D5E784; }
span { border-color: rgb(213,231,132); }
td.TdClassName
{
border-color: #D5E784;
}
.TagClassName
{
border-color: #D5E784;
}
</style>