Shades of Sulu #D1F87A
Tints of Sulu #D1F87A
RGB
CMYK
RGB Variations
Color information
#D1F87A (or 0xD1F87A) is known color: Sulu. HEX triplet: D1, F8 and 7A. RGB value is (209,248,122). Sum of RGB (Red+Green+Blue) = 209+248+122=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F87A is #2E0785. Grayscale: #DEDEDE. Windows color (decimal): -3016582 or 8059089. OLE color: 8059089.
HSL color Cylindrical-coordinate representation of color #D1F87A: hue angle of 78.57º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1F87A is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 122 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.03 |
| HSL | 78.57º | 0.9% | 0.73% | - |
| HSV(B) | 78.57º | 0.51% | 0.97% | - |
| XYZ | 63.37 | 82.1 | 30.92 | - |
| YUV | 221.98 | 71.58 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 122 | 0.16 | 0 | 0.51 | 0.03 | 78.57 | 0.9 | 0.73 |
| Hex | D1 | F8 | 7A | 10 | 0 | 33 | 3 | 4F | 5A | 49 |
| Octal | 321 | 370 | 172 | 20 | 0 | 63 | 3 | 117 | 132 | 111 |
| Binary | 11010001 | 11111000 | 1111010 | 10000 | 0 | 110011 | 11 | 1001111 | 1011010 | 1001001 |
Color Harmonies of #D1F87A
Complementary color
Monochromatic Colors of #D1F87A
Black with #D1F87A
Text Example
Text Example
White with #D1F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F87A; }
p { color: rgb(209,248,122); }
H1.HeaderClassName
{
color: #D1F87A;
}
.AnyTagClassName
{
color: #D1F87A;
}
</style>
background-color css
<style>
a { background-color: #D1F87A; }
a { background-color: rgb(209,248,122); }
div.DivClassName
{
background-color: #D1F87A;
}
.BgClassName
{
background-color: #D1F87A;
}
</style>
border-color css
<style>
span { border-color: #D1F87A; }
span { border-color: rgb(209,248,122); }
td.TdClassName
{
border-color: #D1F87A;
}
.TagClassName
{
border-color: #D1F87A;
}
</style>