Shades of Sulu #D1F27F
Tints of Sulu #D1F27F
RGB
CMYK
RGB Variations
Color information
#D1F27F (or 0xD1F27F) is known color: Sulu. HEX triplet: D1, F2 and 7F. RGB value is (209,242,127). Sum of RGB (Red+Green+Blue) = 209+242+127=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F27F is #2E0D80. Grayscale: #DBDBDB. Windows color (decimal): -3018113 or 8385233. OLE color: 8385233.
HSL color Cylindrical-coordinate representation of color #D1F27F: hue angle of 77.22º degrees, saturation: 0.82, 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 #D1F27F is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 127 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.05 |
| HSL | 77.22º | 0.82% | 0.72% | - |
| HSV(B) | 77.22º | 0.48% | 0.95% | - |
| XYZ | 61.88 | 78.59 | 31.99 | - |
| YUV | 219.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 127 | 0.14 | 0 | 0.48 | 0.05 | 77.22 | 0.82 | 0.72 |
| Hex | D1 | F2 | 7F | E | 0 | 30 | 5 | 4D | 52 | 48 |
| Octal | 321 | 362 | 177 | 16 | 0 | 60 | 5 | 115 | 122 | 110 |
| Binary | 11010001 | 11110010 | 1111111 | 1110 | 0 | 110000 | 101 | 1001101 | 1010010 | 1001000 |
Color Harmonies of #D1F27F
Complementary color
Monochromatic Colors of #D1F27F
Black with #D1F27F
Text Example
Text Example
White with #D1F27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F27F; }
p { color: rgb(209,242,127); }
H1.HeaderClassName
{
color: #D1F27F;
}
.AnyTagClassName
{
color: #D1F27F;
}
</style>
background-color css
<style>
a { background-color: #D1F27F; }
a { background-color: rgb(209,242,127); }
div.DivClassName
{
background-color: #D1F27F;
}
.BgClassName
{
background-color: #D1F27F;
}
</style>
border-color css
<style>
span { border-color: #D1F27F; }
span { border-color: rgb(209,242,127); }
td.TdClassName
{
border-color: #D1F27F;
}
.TagClassName
{
border-color: #D1F27F;
}
</style>