Shades of Sulu #D0F77B
Tints of Sulu #D0F77B
RGB
CMYK
RGB Variations
Color information
#D0F77B (or 0xD0F77B) is known color: Sulu. HEX triplet: D0, F7 and 7B. RGB value is (208,247,123). Sum of RGB (Red+Green+Blue) = 208+247+123=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F77B is #2F0884. Grayscale: #DDDDDD. Windows color (decimal): -3082373 or 8124368. OLE color: 8124368.
HSL color Cylindrical-coordinate representation of color #D0F77B: hue angle of 78.87º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0F77B is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 123 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.03 |
| HSL | 78.87º | 0.89% | 0.73% | - |
| HSV(B) | 78.87º | 0.5% | 0.97% | - |
| XYZ | 62.85 | 81.36 | 31.13 | - |
| YUV | 221.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 123 | 0.16 | 0 | 0.50 | 0.03 | 78.87 | 0.89 | 0.73 |
| Hex | D0 | F7 | 7B | 10 | 0 | 32 | 3 | 4F | 59 | 49 |
| Octal | 320 | 367 | 173 | 20 | 0 | 62 | 3 | 117 | 131 | 111 |
| Binary | 11010000 | 11110111 | 1111011 | 10000 | 0 | 110010 | 11 | 1001111 | 1011001 | 1001001 |
Color Harmonies of #D0F77B
Complementary color
Monochromatic Colors of #D0F77B
Black with #D0F77B
Text Example
Text Example
White with #D0F77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F77B; }
p { color: rgb(208,247,123); }
H1.HeaderClassName
{
color: #D0F77B;
}
.AnyTagClassName
{
color: #D0F77B;
}
</style>
background-color css
<style>
a { background-color: #D0F77B; }
a { background-color: rgb(208,247,123); }
div.DivClassName
{
background-color: #D0F77B;
}
.BgClassName
{
background-color: #D0F77B;
}
</style>
border-color css
<style>
span { border-color: #D0F77B; }
span { border-color: rgb(208,247,123); }
td.TdClassName
{
border-color: #D0F77B;
}
.TagClassName
{
border-color: #D0F77B;
}
</style>