Shades of Sulu #D0FA7A
Tints of Sulu #D0FA7A
RGB
CMYK
RGB Variations
Color information
#D0FA7A (or 0xD0FA7A) is known color: Sulu. HEX triplet: D0, FA and 7A. RGB value is (208,250,122). Sum of RGB (Red+Green+Blue) = 208+250+122=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA7A is #2F0585. Grayscale: #DFDFDF. Windows color (decimal): -3081606 or 8059600. OLE color: 8059600.
HSL color Cylindrical-coordinate representation of color #D0FA7A: hue angle of 79.69º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0FA7A is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 122 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.02 |
| HSL | 79.69º | 0.93% | 0.73% | - |
| HSV(B) | 79.69º | 0.51% | 0.98% | - |
| XYZ | 63.71 | 83.19 | 31.11 | - |
| YUV | 222.85 | 71.09 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 122 | 0.17 | 0 | 0.51 | 0.02 | 79.69 | 0.93 | 0.73 |
| Hex | D0 | FA | 7A | 11 | 0 | 33 | 2 | 50 | 5D | 49 |
| Octal | 320 | 372 | 172 | 21 | 0 | 63 | 2 | 120 | 135 | 111 |
| Binary | 11010000 | 11111010 | 1111010 | 10001 | 0 | 110011 | 10 | 1010000 | 1011101 | 1001001 |
Color Harmonies of #D0FA7A
Complementary color
Monochromatic Colors of #D0FA7A
Black with #D0FA7A
Text Example
Text Example
White with #D0FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA7A; }
p { color: rgb(208,250,122); }
H1.HeaderClassName
{
color: #D0FA7A;
}
.AnyTagClassName
{
color: #D0FA7A;
}
</style>
background-color css
<style>
a { background-color: #D0FA7A; }
a { background-color: rgb(208,250,122); }
div.DivClassName
{
background-color: #D0FA7A;
}
.BgClassName
{
background-color: #D0FA7A;
}
</style>
border-color css
<style>
span { border-color: #D0FA7A; }
span { border-color: rgb(208,250,122); }
td.TdClassName
{
border-color: #D0FA7A;
}
.TagClassName
{
border-color: #D0FA7A;
}
</style>