Shades of Sulu #D0FA7D
Tints of Sulu #D0FA7D
RGB
CMYK
RGB Variations
Color information
#D0FA7D (or 0xD0FA7D) is known color: Sulu. HEX triplet: D0, FA and 7D. RGB value is (208,250,125). Sum of RGB (Red+Green+Blue) = 208+250+125=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA7D is #2F0582. Grayscale: #DFDFDF. Windows color (decimal): -3081603 or 8256208. OLE color: 8256208.
HSL color Cylindrical-coordinate representation of color #D0FA7D: hue angle of 80.16º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0FA7D is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 125 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.02 |
| HSL | 80.16º | 0.93% | 0.74% | - |
| HSV(B) | 80.16º | 0.5% | 0.98% | - |
| XYZ | 63.9 | 83.26 | 32.11 | - |
| YUV | 223.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 125 | 0.17 | 0 | 0.50 | 0.02 | 80.16 | 0.93 | 0.74 |
| Hex | D0 | FA | 7D | 11 | 0 | 32 | 2 | 50 | 5D | 4A |
| Octal | 320 | 372 | 175 | 21 | 0 | 62 | 2 | 120 | 135 | 112 |
| Binary | 11010000 | 11111010 | 1111101 | 10001 | 0 | 110010 | 10 | 1010000 | 1011101 | 1001010 |
Color Harmonies of #D0FA7D
Complementary color
Monochromatic Colors of #D0FA7D
Black with #D0FA7D
Text Example
Text Example
White with #D0FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA7D; }
p { color: rgb(208,250,125); }
H1.HeaderClassName
{
color: #D0FA7D;
}
.AnyTagClassName
{
color: #D0FA7D;
}
</style>
background-color css
<style>
a { background-color: #D0FA7D; }
a { background-color: rgb(208,250,125); }
div.DivClassName
{
background-color: #D0FA7D;
}
.BgClassName
{
background-color: #D0FA7D;
}
</style>
border-color css
<style>
span { border-color: #D0FA7D; }
span { border-color: rgb(208,250,125); }
td.TdClassName
{
border-color: #D0FA7D;
}
.TagClassName
{
border-color: #D0FA7D;
}
</style>