Shades of Sulu #D2EF7B
Tints of Sulu #D2EF7B
RGB
CMYK
RGB Variations
Color information
#D2EF7B (or 0xD2EF7B) is known color: Sulu. HEX triplet: D2, EF and 7B. RGB value is (210,239,123). Sum of RGB (Red+Green+Blue) = 210+239+123=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EF7B is #2D1084. Grayscale: #D9D9D9. Windows color (decimal): -2953349 or 8122322. OLE color: 8122322.
HSL color Cylindrical-coordinate representation of color #D2EF7B: hue angle of 75º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2EF7B is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 123 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.06 |
| HSL | 75º | 0.78% | 0.71% | - |
| HSV(B) | 75º | 0.49% | 0.94% | - |
| XYZ | 61.02 | 76.86 | 30.36 | - |
| YUV | 217.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 123 | 0.12 | 0 | 0.49 | 0.06 | 75 | 0.78 | 0.71 |
| Hex | D2 | EF | 7B | C | 0 | 31 | 6 | 4B | 4E | 47 |
| Octal | 322 | 357 | 173 | 14 | 0 | 61 | 6 | 113 | 116 | 107 |
| Binary | 11010010 | 11101111 | 1111011 | 1100 | 0 | 110001 | 110 | 1001011 | 1001110 | 1000111 |
Color Harmonies of #D2EF7B
Complementary color
Monochromatic Colors of #D2EF7B
Black with #D2EF7B
Text Example
Text Example
White with #D2EF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EF7B; }
p { color: rgb(210,239,123); }
H1.HeaderClassName
{
color: #D2EF7B;
}
.AnyTagClassName
{
color: #D2EF7B;
}
</style>
background-color css
<style>
a { background-color: #D2EF7B; }
a { background-color: rgb(210,239,123); }
div.DivClassName
{
background-color: #D2EF7B;
}
.BgClassName
{
background-color: #D2EF7B;
}
</style>
border-color css
<style>
span { border-color: #D2EF7B; }
span { border-color: rgb(210,239,123); }
td.TdClassName
{
border-color: #D2EF7B;
}
.TagClassName
{
border-color: #D2EF7B;
}
</style>