Shades of Sulu #D0FB7A
Tints of Sulu #D0FB7A
RGB
CMYK
RGB Variations
Color information
#D0FB7A (or 0xD0FB7A) is known color: Sulu. HEX triplet: D0, FB and 7A. RGB value is (208,251,122). Sum of RGB (Red+Green+Blue) = 208+251+122=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FB7A is #2F0485. Grayscale: #DFDFDF. Windows color (decimal): -3081350 or 8059856. OLE color: 8059856.
HSL color Cylindrical-coordinate representation of color #D0FB7A: hue angle of 80º degrees, saturation: 0.94, 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 #D0FB7A is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 122 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.02 |
| HSL | 80º | 0.94% | 0.73% | - |
| HSV(B) | 80º | 0.51% | 0.98% | - |
| XYZ | 64.02 | 83.81 | 31.21 | - |
| YUV | 223.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 122 | 0.17 | 0 | 0.51 | 0.02 | 80 | 0.94 | 0.73 |
| Hex | D0 | FB | 7A | 11 | 0 | 33 | 2 | 50 | 5E | 49 |
| Octal | 320 | 373 | 172 | 21 | 0 | 63 | 2 | 120 | 136 | 111 |
| Binary | 11010000 | 11111011 | 1111010 | 10001 | 0 | 110011 | 10 | 1010000 | 1011110 | 1001001 |
Color Harmonies of #D0FB7A
Complementary color
Monochromatic Colors of #D0FB7A
Black with #D0FB7A
Text Example
Text Example
White with #D0FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB7A; }
p { color: rgb(208,251,122); }
H1.HeaderClassName
{
color: #D0FB7A;
}
.AnyTagClassName
{
color: #D0FB7A;
}
</style>
background-color css
<style>
a { background-color: #D0FB7A; }
a { background-color: rgb(208,251,122); }
div.DivClassName
{
background-color: #D0FB7A;
}
.BgClassName
{
background-color: #D0FB7A;
}
</style>
border-color css
<style>
span { border-color: #D0FB7A; }
span { border-color: rgb(208,251,122); }
td.TdClassName
{
border-color: #D0FB7A;
}
.TagClassName
{
border-color: #D0FB7A;
}
</style>