Shades of Sulu #D1F57F
Tints of Sulu #D1F57F
RGB
CMYK
RGB Variations
Color information
#D1F57F (or 0xD1F57F) is known color: Sulu. HEX triplet: D1, F5 and 7F. RGB value is (209,245,127). Sum of RGB (Red+Green+Blue) = 209+245+127=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 127 (50% from 255 or 21.86% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F57F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F57F is #2E0A80. Grayscale: #DDDDDD. Windows color (decimal): -3017345 or 8386001. OLE color: 8386001.
HSL color Cylindrical-coordinate representation of color #D1F57F: hue angle of 78.31º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1F57F is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 245 | 127 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.04 |
| HSL | 78.31º | 0.86% | 0.73% | - |
| HSV(B) | 78.31º | 0.48% | 0.96% | - |
| XYZ | 62.78 | 80.39 | 32.29 | - |
| YUV | 220.78 | 75.07 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 127 | 0.15 | 0 | 0.48 | 0.04 | 78.31 | 0.86 | 0.73 |
| Hex | D1 | F5 | 7F | F | 0 | 30 | 4 | 4E | 56 | 49 |
| Octal | 321 | 365 | 177 | 17 | 0 | 60 | 4 | 116 | 126 | 111 |
| Binary | 11010001 | 11110101 | 1111111 | 1111 | 0 | 110000 | 100 | 1001110 | 1010110 | 1001001 |
Color Harmonies of #D1F57F
Complementary color
Monochromatic Colors of #D1F57F
Black with #D1F57F
Text Example
Text Example
White with #D1F57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F57F; }
p { color: rgb(209,245,127); }
H1.HeaderClassName
{
color: #D1F57F;
}
.AnyTagClassName
{
color: #D1F57F;
}
</style>
background-color css
<style>
a { background-color: #D1F57F; }
a { background-color: rgb(209,245,127); }
div.DivClassName
{
background-color: #D1F57F;
}
.BgClassName
{
background-color: #D1F57F;
}
</style>
border-color css
<style>
span { border-color: #D1F57F; }
span { border-color: rgb(209,245,127); }
td.TdClassName
{
border-color: #D1F57F;
}
.TagClassName
{
border-color: #D1F57F;
}
</style>