Shades of Sulu #D0FE7C
Tints of Sulu #D0FE7C
RGB
CMYK
RGB Variations
Color information
#D0FE7C (or 0xD0FE7C) is known color: Sulu. HEX triplet: D0, FE and 7C. RGB value is (208,254,124). Sum of RGB (Red+Green+Blue) = 208+254+124=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE7C is #2F0183. Grayscale: #E1E1E1. Windows color (decimal): -3080580 or 8191696. OLE color: 8191696.
HSL color Cylindrical-coordinate representation of color #D0FE7C: hue angle of 81.23º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0FE7C is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 124 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.00 |
| HSL | 81.23º | 0.98% | 0.74% | - |
| HSV(B) | 81.23º | 0.51% | 1% | - |
| XYZ | 65.09 | 85.75 | 32.19 | - |
| YUV | 225.43 | 70.76 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 124 | 0.18 | 0 | 0.51 | 0.00 | 81.23 | 0.98 | 0.74 |
| Hex | D0 | FE | 7C | 12 | 0 | 33 | 0 | 51 | 62 | 4A |
| Octal | 320 | 376 | 174 | 22 | 0 | 63 | 0 | 121 | 142 | 112 |
| Binary | 11010000 | 11111110 | 1111100 | 10010 | 0 | 110011 | 0 | 1010001 | 1100010 | 1001010 |
Color Harmonies of #D0FE7C
Complementary color
Monochromatic Colors of #D0FE7C
Black with #D0FE7C
Text Example
Text Example
White with #D0FE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE7C; }
p { color: rgb(208,254,124); }
H1.HeaderClassName
{
color: #D0FE7C;
}
.AnyTagClassName
{
color: #D0FE7C;
}
</style>
background-color css
<style>
a { background-color: #D0FE7C; }
a { background-color: rgb(208,254,124); }
div.DivClassName
{
background-color: #D0FE7C;
}
.BgClassName
{
background-color: #D0FE7C;
}
</style>
border-color css
<style>
span { border-color: #D0FE7C; }
span { border-color: rgb(208,254,124); }
td.TdClassName
{
border-color: #D0FE7C;
}
.TagClassName
{
border-color: #D0FE7C;
}
</style>