Shades of Sulu #D1F87E
Tints of Sulu #D1F87E
RGB
CMYK
RGB Variations
Color information
#D1F87E (or 0xD1F87E) is known color: Sulu. HEX triplet: D1, F8 and 7E. RGB value is (209,248,126). Sum of RGB (Red+Green+Blue) = 209+248+126=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 126 (49.61% from 255 or 21.61% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F87E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F87E is #2E0781. Grayscale: #DEDEDE. Windows color (decimal): -3016578 or 8321233. OLE color: 8321233.
HSL color Cylindrical-coordinate representation of color #D1F87E: hue angle of 79.18º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1F87E is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 126 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.03 |
| HSL | 79.18º | 0.9% | 0.73% | - |
| HSV(B) | 79.18º | 0.49% | 0.97% | - |
| XYZ | 63.63 | 82.2 | 32.25 | - |
| YUV | 222.43 | 73.58 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 126 | 0.16 | 0 | 0.49 | 0.03 | 79.18 | 0.9 | 0.73 |
| Hex | D1 | F8 | 7E | 10 | 0 | 31 | 3 | 4F | 5A | 49 |
| Octal | 321 | 370 | 176 | 20 | 0 | 61 | 3 | 117 | 132 | 111 |
| Binary | 11010001 | 11111000 | 1111110 | 10000 | 0 | 110001 | 11 | 1001111 | 1011010 | 1001001 |
Color Harmonies of #D1F87E
Complementary color
Monochromatic Colors of #D1F87E
Black with #D1F87E
Text Example
Text Example
White with #D1F87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F87E; }
p { color: rgb(209,248,126); }
H1.HeaderClassName
{
color: #D1F87E;
}
.AnyTagClassName
{
color: #D1F87E;
}
</style>
background-color css
<style>
a { background-color: #D1F87E; }
a { background-color: rgb(209,248,126); }
div.DivClassName
{
background-color: #D1F87E;
}
.BgClassName
{
background-color: #D1F87E;
}
</style>
border-color css
<style>
span { border-color: #D1F87E; }
span { border-color: rgb(209,248,126); }
td.TdClassName
{
border-color: #D1F87E;
}
.TagClassName
{
border-color: #D1F87E;
}
</style>