Shades of Sulu #D0E77B
Tints of Sulu #D0E77B
RGB
CMYK
RGB Variations
Color information
#D0E77B (or 0xD0E77B) is known color: Sulu. HEX triplet: D0, E7 and 7B. RGB value is (208,231,123). Sum of RGB (Red+Green+Blue) = 208+231+123=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 123 (48.44% from 255 or 21.89% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E77B is #2F1884. Grayscale: #D4D4D4. Windows color (decimal): -3086469 or 8120272. OLE color: 8120272.
HSL color Cylindrical-coordinate representation of color #D0E77B: hue angle of 72.78º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0E77B is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 231 | 123 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.09 |
| HSL | 72.78º | 0.69% | 0.69% | - |
| HSV(B) | 72.78º | 0.47% | 0.91% | - |
| XYZ | 58.16 | 71.99 | 29.57 | - |
| YUV | 211.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 123 | 0.10 | 0 | 0.47 | 0.09 | 72.78 | 0.69 | 0.69 |
| Hex | D0 | E7 | 7B | A | 0 | 2F | 9 | 49 | 45 | 45 |
| Octal | 320 | 347 | 173 | 12 | 0 | 57 | 11 | 111 | 105 | 105 |
| Binary | 11010000 | 11100111 | 1111011 | 1010 | 0 | 101111 | 1001 | 1001001 | 1000101 | 1000101 |
Color Harmonies of #D0E77B
Complementary color
Monochromatic Colors of #D0E77B
Black with #D0E77B
Text Example
Text Example
White with #D0E77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E77B; }
p { color: rgb(208,231,123); }
H1.HeaderClassName
{
color: #D0E77B;
}
.AnyTagClassName
{
color: #D0E77B;
}
</style>
background-color css
<style>
a { background-color: #D0E77B; }
a { background-color: rgb(208,231,123); }
div.DivClassName
{
background-color: #D0E77B;
}
.BgClassName
{
background-color: #D0E77B;
}
</style>
border-color css
<style>
span { border-color: #D0E77B; }
span { border-color: rgb(208,231,123); }
td.TdClassName
{
border-color: #D0E77B;
}
.TagClassName
{
border-color: #D0E77B;
}
</style>