Shades of Sulu #D2EB7C
Tints of Sulu #D2EB7C
RGB
CMYK
RGB Variations
Color information
#D2EB7C (or 0xD2EB7C) is known color: Sulu. HEX triplet: D2, EB and 7C. RGB value is (210,235,124). Sum of RGB (Red+Green+Blue) = 210+235+124=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EB7C is #2D1483. Grayscale: #D7D7D7. Windows color (decimal): -2954372 or 8186834. OLE color: 8186834.
HSL color Cylindrical-coordinate representation of color #D2EB7C: hue angle of 73.51º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2EB7C is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 124 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.08 |
| HSL | 73.51º | 0.74% | 0.7% | - |
| HSV(B) | 73.51º | 0.47% | 0.92% | - |
| XYZ | 59.92 | 74.57 | 30.3 | - |
| YUV | 214.87 | 76.72 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 124 | 0.11 | 0 | 0.47 | 0.08 | 73.51 | 0.74 | 0.7 |
| Hex | D2 | EB | 7C | B | 0 | 2F | 8 | 4A | 4A | 46 |
| Octal | 322 | 353 | 174 | 13 | 0 | 57 | 10 | 112 | 112 | 106 |
| Binary | 11010010 | 11101011 | 1111100 | 1011 | 0 | 101111 | 1000 | 1001010 | 1001010 | 1000110 |
Color Harmonies of #D2EB7C
Complementary color
Monochromatic Colors of #D2EB7C
Black with #D2EB7C
Text Example
Text Example
White with #D2EB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB7C; }
p { color: rgb(210,235,124); }
H1.HeaderClassName
{
color: #D2EB7C;
}
.AnyTagClassName
{
color: #D2EB7C;
}
</style>
background-color css
<style>
a { background-color: #D2EB7C; }
a { background-color: rgb(210,235,124); }
div.DivClassName
{
background-color: #D2EB7C;
}
.BgClassName
{
background-color: #D2EB7C;
}
</style>
border-color css
<style>
span { border-color: #D2EB7C; }
span { border-color: rgb(210,235,124); }
td.TdClassName
{
border-color: #D2EB7C;
}
.TagClassName
{
border-color: #D2EB7C;
}
</style>