Shades of Sulu #D1F47C
Tints of Sulu #D1F47C
RGB
CMYK
RGB Variations
Color information
#D1F47C (or 0xD1F47C) is known color: Sulu. HEX triplet: D1, F4 and 7C. RGB value is (209,244,124). Sum of RGB (Red+Green+Blue) = 209+244+124=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F47C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F47C is #2E0B83. Grayscale: #DCDCDC. Windows color (decimal): -3017604 or 8189137. OLE color: 8189137.
HSL color Cylindrical-coordinate representation of color #D1F47C: hue angle of 77.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1F47C is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 124 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.04 |
| HSL | 77.5º | 0.85% | 0.72% | - |
| HSV(B) | 77.5º | 0.49% | 0.96% | - |
| XYZ | 62.28 | 79.71 | 31.17 | - |
| YUV | 219.86 | 73.9 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 124 | 0.14 | 0 | 0.49 | 0.04 | 77.5 | 0.85 | 0.72 |
| Hex | D1 | F4 | 7C | E | 0 | 31 | 4 | 4E | 55 | 48 |
| Octal | 321 | 364 | 174 | 16 | 0 | 61 | 4 | 116 | 125 | 110 |
| Binary | 11010001 | 11110100 | 1111100 | 1110 | 0 | 110001 | 100 | 1001110 | 1010101 | 1001000 |
Color Harmonies of #D1F47C
Complementary color
Monochromatic Colors of #D1F47C
Black with #D1F47C
Text Example
Text Example
White with #D1F47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F47C; }
p { color: rgb(209,244,124); }
H1.HeaderClassName
{
color: #D1F47C;
}
.AnyTagClassName
{
color: #D1F47C;
}
</style>
background-color css
<style>
a { background-color: #D1F47C; }
a { background-color: rgb(209,244,124); }
div.DivClassName
{
background-color: #D1F47C;
}
.BgClassName
{
background-color: #D1F47C;
}
</style>
border-color css
<style>
span { border-color: #D1F47C; }
span { border-color: rgb(209,244,124); }
td.TdClassName
{
border-color: #D1F47C;
}
.TagClassName
{
border-color: #D1F47C;
}
</style>