Shades of Sulu #D0EB7B
Tints of Sulu #D0EB7B
RGB
CMYK
RGB Variations
Color information
#D0EB7B (or 0xD0EB7B) is known color: Sulu. HEX triplet: D0, EB and 7B. RGB value is (208,235,123). Sum of RGB (Red+Green+Blue) = 208+235+123=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EB7B is #2F1484. Grayscale: #D6D6D6. Windows color (decimal): -3085445 or 8121296. OLE color: 8121296.
HSL color Cylindrical-coordinate representation of color #D0EB7B: hue angle of 74.46º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0EB7B is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 123 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.08 |
| HSL | 74.46º | 0.74% | 0.7% | - |
| HSV(B) | 74.46º | 0.48% | 0.92% | - |
| XYZ | 59.3 | 74.26 | 29.95 | - |
| YUV | 214.16 | 76.55 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 123 | 0.11 | 0 | 0.48 | 0.08 | 74.46 | 0.74 | 0.7 |
| Hex | D0 | EB | 7B | B | 0 | 30 | 8 | 4A | 4A | 46 |
| Octal | 320 | 353 | 173 | 13 | 0 | 60 | 10 | 112 | 112 | 106 |
| Binary | 11010000 | 11101011 | 1111011 | 1011 | 0 | 110000 | 1000 | 1001010 | 1001010 | 1000110 |
Color Harmonies of #D0EB7B
Complementary color
Monochromatic Colors of #D0EB7B
Black with #D0EB7B
Text Example
Text Example
White with #D0EB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EB7B; }
p { color: rgb(208,235,123); }
H1.HeaderClassName
{
color: #D0EB7B;
}
.AnyTagClassName
{
color: #D0EB7B;
}
</style>
background-color css
<style>
a { background-color: #D0EB7B; }
a { background-color: rgb(208,235,123); }
div.DivClassName
{
background-color: #D0EB7B;
}
.BgClassName
{
background-color: #D0EB7B;
}
</style>
border-color css
<style>
span { border-color: #D0EB7B; }
span { border-color: rgb(208,235,123); }
td.TdClassName
{
border-color: #D0EB7B;
}
.TagClassName
{
border-color: #D0EB7B;
}
</style>