Shades of Sulu #D0E97B
Tints of Sulu #D0E97B
RGB
CMYK
RGB Variations
Color information
#D0E97B (or 0xD0E97B) is known color: Sulu. HEX triplet: D0, E9 and 7B. RGB value is (208,233,123). Sum of RGB (Red+Green+Blue) = 208+233+123=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E97B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E97B is #2F1684. Grayscale: #D5D5D5. Windows color (decimal): -3085957 or 8120784. OLE color: 8120784.
HSL color Cylindrical-coordinate representation of color #D0E97B: hue angle of 73.64º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0E97B is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 123 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.09 |
| HSL | 73.64º | 0.71% | 0.7% | - |
| HSV(B) | 73.64º | 0.47% | 0.91% | - |
| XYZ | 58.73 | 73.12 | 29.76 | - |
| YUV | 212.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 123 | 0.11 | 0 | 0.47 | 0.09 | 73.64 | 0.71 | 0.7 |
| Hex | D0 | E9 | 7B | B | 0 | 2F | 9 | 4A | 47 | 46 |
| Octal | 320 | 351 | 173 | 13 | 0 | 57 | 11 | 112 | 107 | 106 |
| Binary | 11010000 | 11101001 | 1111011 | 1011 | 0 | 101111 | 1001 | 1001010 | 1000111 | 1000110 |
Color Harmonies of #D0E97B
Complementary color
Monochromatic Colors of #D0E97B
Black with #D0E97B
Text Example
Text Example
White with #D0E97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E97B; }
p { color: rgb(208,233,123); }
H1.HeaderClassName
{
color: #D0E97B;
}
.AnyTagClassName
{
color: #D0E97B;
}
</style>
background-color css
<style>
a { background-color: #D0E97B; }
a { background-color: rgb(208,233,123); }
div.DivClassName
{
background-color: #D0E97B;
}
.BgClassName
{
background-color: #D0E97B;
}
</style>
border-color css
<style>
span { border-color: #D0E97B; }
span { border-color: rgb(208,233,123); }
td.TdClassName
{
border-color: #D0E97B;
}
.TagClassName
{
border-color: #D0E97B;
}
</style>