Shades of Sulu #D4EB81
Tints of Sulu #D4EB81
RGB
CMYK
RGB Variations
Color information
#D4EB81 (or 0xD4EB81) is known color: Sulu. HEX triplet: D4, EB and 81. RGB value is (212,235,129). Sum of RGB (Red+Green+Blue) = 212+235+129=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 129 (50.78% from 255 or 22.40% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EB81 is #2B147E. Grayscale: #D8D8D8. Windows color (decimal): -2823295 or 8514516. OLE color: 8514516.
HSL color Cylindrical-coordinate representation of color #D4EB81: hue angle of 73.02º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4EB81 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 235 | 129 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.08 |
| HSL | 73.02º | 0.73% | 0.71% | - |
| HSV(B) | 73.02º | 0.45% | 0.92% | - |
| XYZ | 60.82 | 75 | 32.04 | - |
| YUV | 216.04 | 78.88 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 235 | 129 | 0.10 | 0 | 0.45 | 0.08 | 73.02 | 0.73 | 0.71 |
| Hex | D4 | EB | 81 | A | 0 | 2D | 8 | 49 | 49 | 47 |
| Octal | 324 | 353 | 201 | 12 | 0 | 55 | 10 | 111 | 111 | 107 |
| Binary | 11010100 | 11101011 | 10000001 | 1010 | 0 | 101101 | 1000 | 1001001 | 1001001 | 1000111 |
Color Harmonies of #D4EB81
Complementary color
Monochromatic Colors of #D4EB81
Black with #D4EB81
Text Example
Text Example
White with #D4EB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EB81; }
p { color: rgb(212,235,129); }
H1.HeaderClassName
{
color: #D4EB81;
}
.AnyTagClassName
{
color: #D4EB81;
}
</style>
background-color css
<style>
a { background-color: #D4EB81; }
a { background-color: rgb(212,235,129); }
div.DivClassName
{
background-color: #D4EB81;
}
.BgClassName
{
background-color: #D4EB81;
}
</style>
border-color css
<style>
span { border-color: #D4EB81; }
span { border-color: rgb(212,235,129); }
td.TdClassName
{
border-color: #D4EB81;
}
.TagClassName
{
border-color: #D4EB81;
}
</style>