Shades of Sulu #D4E782
Tints of Sulu #D4E782
RGB
CMYK
RGB Variations
Color information
#D4E782 (or 0xD4E782) is known color: Sulu. HEX triplet: D4, E7 and 82. RGB value is (212,231,130). Sum of RGB (Red+Green+Blue) = 212+231+130=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 231 (90.62% from 255 or 40.31% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E782 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E782 is #2B187D. Grayscale: #D6D6D6. Windows color (decimal): -2824318 or 8579028. OLE color: 8579028.
HSL color Cylindrical-coordinate representation of color #D4E782: hue angle of 71.29º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4E782 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 231 | 130 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.09 |
| HSL | 71.29º | 0.68% | 0.71% | - |
| HSV(B) | 71.29º | 0.44% | 0.91% | - |
| XYZ | 59.76 | 72.76 | 32.01 | - |
| YUV | 213.81 | 80.71 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 130 | 0.08 | 0 | 0.44 | 0.09 | 71.29 | 0.68 | 0.71 |
| Hex | D4 | E7 | 82 | 8 | 0 | 2C | 9 | 47 | 44 | 47 |
| Octal | 324 | 347 | 202 | 10 | 0 | 54 | 11 | 107 | 104 | 107 |
| Binary | 11010100 | 11100111 | 10000010 | 1000 | 0 | 101100 | 1001 | 1000111 | 1000100 | 1000111 |
Color Harmonies of #D4E782
Complementary color
Monochromatic Colors of #D4E782
Black with #D4E782
Text Example
Text Example
White with #D4E782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E782; }
p { color: rgb(212,231,130); }
H1.HeaderClassName
{
color: #D4E782;
}
.AnyTagClassName
{
color: #D4E782;
}
</style>
background-color css
<style>
a { background-color: #D4E782; }
a { background-color: rgb(212,231,130); }
div.DivClassName
{
background-color: #D4E782;
}
.BgClassName
{
background-color: #D4E782;
}
</style>
border-color css
<style>
span { border-color: #D4E782; }
span { border-color: rgb(212,231,130); }
td.TdClassName
{
border-color: #D4E782;
}
.TagClassName
{
border-color: #D4E782;
}
</style>