Shades of Sulu #D0F07C
Tints of Sulu #D0F07C
RGB
CMYK
RGB Variations
Color information
#D0F07C (or 0xD0F07C) is known color: Sulu. HEX triplet: D0, F0 and 7C. RGB value is (208,240,124). Sum of RGB (Red+Green+Blue) = 208+240+124=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F07C is #2F0F83. Grayscale: #D9D9D9. Windows color (decimal): -3084164 or 8188112. OLE color: 8188112.
HSL color Cylindrical-coordinate representation of color #D0F07C: hue angle of 76.55º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0F07C is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 124 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.06 |
| HSL | 76.55º | 0.79% | 0.71% | - |
| HSV(B) | 76.55º | 0.48% | 0.94% | - |
| XYZ | 60.81 | 77.19 | 30.76 | - |
| YUV | 217.21 | 75.4 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 124 | 0.13 | 0 | 0.48 | 0.06 | 76.55 | 0.79 | 0.71 |
| Hex | D0 | F0 | 7C | D | 0 | 30 | 6 | 4D | 4F | 47 |
| Octal | 320 | 360 | 174 | 15 | 0 | 60 | 6 | 115 | 117 | 107 |
| Binary | 11010000 | 11110000 | 1111100 | 1101 | 0 | 110000 | 110 | 1001101 | 1001111 | 1000111 |
Color Harmonies of #D0F07C
Complementary color
Monochromatic Colors of #D0F07C
Black with #D0F07C
Text Example
Text Example
White with #D0F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F07C; }
p { color: rgb(208,240,124); }
H1.HeaderClassName
{
color: #D0F07C;
}
.AnyTagClassName
{
color: #D0F07C;
}
</style>
background-color css
<style>
a { background-color: #D0F07C; }
a { background-color: rgb(208,240,124); }
div.DivClassName
{
background-color: #D0F07C;
}
.BgClassName
{
background-color: #D0F07C;
}
</style>
border-color css
<style>
span { border-color: #D0F07C; }
span { border-color: rgb(208,240,124); }
td.TdClassName
{
border-color: #D0F07C;
}
.TagClassName
{
border-color: #D0F07C;
}
</style>