Shades of Sulu #D1F37F
Tints of Sulu #D1F37F
RGB
CMYK
RGB Variations
Color information
#D1F37F (or 0xD1F37F) is known color: Sulu. HEX triplet: D1, F3 and 7F. RGB value is (209,243,127). Sum of RGB (Red+Green+Blue) = 209+243+127=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F37F is #2E0C80. Grayscale: #DCDCDC. Windows color (decimal): -3017857 or 8385489. OLE color: 8385489.
HSL color Cylindrical-coordinate representation of color #D1F37F: hue angle of 77.59º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1F37F is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 127 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.05 |
| HSL | 77.59º | 0.83% | 0.73% | - |
| HSV(B) | 77.59º | 0.48% | 0.95% | - |
| XYZ | 62.18 | 79.19 | 32.09 | - |
| YUV | 219.61 | 75.74 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 127 | 0.14 | 0 | 0.48 | 0.05 | 77.59 | 0.83 | 0.73 |
| Hex | D1 | F3 | 7F | E | 0 | 30 | 5 | 4E | 53 | 49 |
| Octal | 321 | 363 | 177 | 16 | 0 | 60 | 5 | 116 | 123 | 111 |
| Binary | 11010001 | 11110011 | 1111111 | 1110 | 0 | 110000 | 101 | 1001110 | 1010011 | 1001001 |
Color Harmonies of #D1F37F
Complementary color
Monochromatic Colors of #D1F37F
Black with #D1F37F
Text Example
Text Example
White with #D1F37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F37F; }
p { color: rgb(209,243,127); }
H1.HeaderClassName
{
color: #D1F37F;
}
.AnyTagClassName
{
color: #D1F37F;
}
</style>
background-color css
<style>
a { background-color: #D1F37F; }
a { background-color: rgb(209,243,127); }
div.DivClassName
{
background-color: #D1F37F;
}
.BgClassName
{
background-color: #D1F37F;
}
</style>
border-color css
<style>
span { border-color: #D1F37F; }
span { border-color: rgb(209,243,127); }
td.TdClassName
{
border-color: #D1F37F;
}
.TagClassName
{
border-color: #D1F37F;
}
</style>