Shades of Sulu #D1F37E
Tints of Sulu #D1F37E
RGB
CMYK
RGB Variations
Color information
#D1F37E (or 0xD1F37E) is known color: Sulu. HEX triplet: D1, F3 and 7E. RGB value is (209,243,126). Sum of RGB (Red+Green+Blue) = 209+243+126=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F37E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F37E is #2E0C81. Grayscale: #DBDBDB. Windows color (decimal): -3017858 or 8319953. OLE color: 8319953.
HSL color Cylindrical-coordinate representation of color #D1F37E: hue angle of 77.44º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1F37E is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 126 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.05 |
| HSL | 77.44º | 0.83% | 0.72% | - |
| HSV(B) | 77.44º | 0.48% | 0.95% | - |
| XYZ | 62.11 | 79.16 | 31.75 | - |
| YUV | 219.5 | 75.24 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 126 | 0.14 | 0 | 0.48 | 0.05 | 77.44 | 0.83 | 0.72 |
| Hex | D1 | F3 | 7E | E | 0 | 30 | 5 | 4D | 53 | 48 |
| Octal | 321 | 363 | 176 | 16 | 0 | 60 | 5 | 115 | 123 | 110 |
| Binary | 11010001 | 11110011 | 1111110 | 1110 | 0 | 110000 | 101 | 1001101 | 1010011 | 1001000 |
Color Harmonies of #D1F37E
Complementary color
Monochromatic Colors of #D1F37E
Black with #D1F37E
Text Example
Text Example
White with #D1F37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F37E; }
p { color: rgb(209,243,126); }
H1.HeaderClassName
{
color: #D1F37E;
}
.AnyTagClassName
{
color: #D1F37E;
}
</style>
background-color css
<style>
a { background-color: #D1F37E; }
a { background-color: rgb(209,243,126); }
div.DivClassName
{
background-color: #D1F37E;
}
.BgClassName
{
background-color: #D1F37E;
}
</style>
border-color css
<style>
span { border-color: #D1F37E; }
span { border-color: rgb(209,243,126); }
td.TdClassName
{
border-color: #D1F37E;
}
.TagClassName
{
border-color: #D1F37E;
}
</style>