Shades of Sulu #D0ED7B
Tints of Sulu #D0ED7B
RGB
CMYK
RGB Variations
Color information
#D0ED7B (or 0xD0ED7B) is known color: Sulu. HEX triplet: D0, ED and 7B. RGB value is (208,237,123). Sum of RGB (Red+Green+Blue) = 208+237+123=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 123 (48.44% from 255 or 21.65% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0ED7B is #2F1284. Grayscale: #D7D7D7. Windows color (decimal): -3084933 or 8121808. OLE color: 8121808.
HSL color Cylindrical-coordinate representation of color #D0ED7B: hue angle of 75.26º 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 #D0ED7B is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 123 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.07 |
| HSL | 75.26º | 0.76% | 0.71% | - |
| HSV(B) | 75.26º | 0.48% | 0.93% | - |
| XYZ | 59.87 | 75.41 | 30.14 | - |
| YUV | 215.33 | 75.89 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 123 | 0.12 | 0 | 0.48 | 0.07 | 75.26 | 0.76 | 0.71 |
| Hex | D0 | ED | 7B | C | 0 | 30 | 7 | 4B | 4C | 47 |
| Octal | 320 | 355 | 173 | 14 | 0 | 60 | 7 | 113 | 114 | 107 |
| Binary | 11010000 | 11101101 | 1111011 | 1100 | 0 | 110000 | 111 | 1001011 | 1001100 | 1000111 |
Color Harmonies of #D0ED7B
Complementary color
Monochromatic Colors of #D0ED7B
Black with #D0ED7B
Text Example
Text Example
White with #D0ED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED7B; }
p { color: rgb(208,237,123); }
H1.HeaderClassName
{
color: #D0ED7B;
}
.AnyTagClassName
{
color: #D0ED7B;
}
</style>
background-color css
<style>
a { background-color: #D0ED7B; }
a { background-color: rgb(208,237,123); }
div.DivClassName
{
background-color: #D0ED7B;
}
.BgClassName
{
background-color: #D0ED7B;
}
</style>
border-color css
<style>
span { border-color: #D0ED7B; }
span { border-color: rgb(208,237,123); }
td.TdClassName
{
border-color: #D0ED7B;
}
.TagClassName
{
border-color: #D0ED7B;
}
</style>