Shades of Sulu #D2EB7E
Tints of Sulu #D2EB7E
RGB
CMYK
RGB Variations
Color information
#D2EB7E (or 0xD2EB7E) is known color: Sulu. HEX triplet: D2, EB and 7E. RGB value is (210,235,126). Sum of RGB (Red+Green+Blue) = 210+235+126=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EB7E is #2D1481. Grayscale: #D7D7D7. Windows color (decimal): -2954370 or 8317906. OLE color: 8317906.
HSL color Cylindrical-coordinate representation of color #D2EB7E: hue angle of 73.76º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2EB7E is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 126 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.08 |
| HSL | 73.76º | 0.73% | 0.71% | - |
| HSV(B) | 73.76º | 0.46% | 0.92% | - |
| XYZ | 60.05 | 74.62 | 30.98 | - |
| YUV | 215.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 126 | 0.11 | 0 | 0.46 | 0.08 | 73.76 | 0.73 | 0.71 |
| Hex | D2 | EB | 7E | B | 0 | 2E | 8 | 4A | 49 | 47 |
| Octal | 322 | 353 | 176 | 13 | 0 | 56 | 10 | 112 | 111 | 107 |
| Binary | 11010010 | 11101011 | 1111110 | 1011 | 0 | 101110 | 1000 | 1001010 | 1001001 | 1000111 |
Color Harmonies of #D2EB7E
Complementary color
Monochromatic Colors of #D2EB7E
Black with #D2EB7E
Text Example
Text Example
White with #D2EB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB7E; }
p { color: rgb(210,235,126); }
H1.HeaderClassName
{
color: #D2EB7E;
}
.AnyTagClassName
{
color: #D2EB7E;
}
</style>
background-color css
<style>
a { background-color: #D2EB7E; }
a { background-color: rgb(210,235,126); }
div.DivClassName
{
background-color: #D2EB7E;
}
.BgClassName
{
background-color: #D2EB7E;
}
</style>
border-color css
<style>
span { border-color: #D2EB7E; }
span { border-color: rgb(210,235,126); }
td.TdClassName
{
border-color: #D2EB7E;
}
.TagClassName
{
border-color: #D2EB7E;
}
</style>