Shades of Sulu #D2ED7B
Tints of Sulu #D2ED7B
RGB
CMYK
RGB Variations
Color information
#D2ED7B (or 0xD2ED7B) is known color: Sulu. HEX triplet: D2, ED and 7B. RGB value is (210,237,123). Sum of RGB (Red+Green+Blue) = 210+237+123=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2ED7B is #2D1284. Grayscale: #D8D8D8. Windows color (decimal): -2953861 or 8121810. OLE color: 8121810.
HSL color Cylindrical-coordinate representation of color #D2ED7B: hue angle of 74.21º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2ED7B is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 237 | 123 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.07 |
| HSL | 74.21º | 0.76% | 0.71% | - |
| HSV(B) | 74.21º | 0.48% | 0.93% | - |
| XYZ | 60.44 | 75.7 | 30.17 | - |
| YUV | 215.93 | 75.55 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 237 | 123 | 0.11 | 0 | 0.48 | 0.07 | 74.21 | 0.76 | 0.71 |
| Hex | D2 | ED | 7B | B | 0 | 30 | 7 | 4A | 4C | 47 |
| Octal | 322 | 355 | 173 | 13 | 0 | 60 | 7 | 112 | 114 | 107 |
| Binary | 11010010 | 11101101 | 1111011 | 1011 | 0 | 110000 | 111 | 1001010 | 1001100 | 1000111 |
Color Harmonies of #D2ED7B
Complementary color
Monochromatic Colors of #D2ED7B
Black with #D2ED7B
Text Example
Text Example
White with #D2ED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ED7B; }
p { color: rgb(210,237,123); }
H1.HeaderClassName
{
color: #D2ED7B;
}
.AnyTagClassName
{
color: #D2ED7B;
}
</style>
background-color css
<style>
a { background-color: #D2ED7B; }
a { background-color: rgb(210,237,123); }
div.DivClassName
{
background-color: #D2ED7B;
}
.BgClassName
{
background-color: #D2ED7B;
}
</style>
border-color css
<style>
span { border-color: #D2ED7B; }
span { border-color: rgb(210,237,123); }
td.TdClassName
{
border-color: #D2ED7B;
}
.TagClassName
{
border-color: #D2ED7B;
}
</style>