Shades of Sulu #D1F27D
Tints of Sulu #D1F27D
RGB
CMYK
RGB Variations
Color information
#D1F27D (or 0xD1F27D) is known color: Sulu. HEX triplet: D1, F2 and 7D. RGB value is (209,242,125). Sum of RGB (Red+Green+Blue) = 209+242+125=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F27D is #2E0D82. Grayscale: #DBDBDB. Windows color (decimal): -3018115 or 8254161. OLE color: 8254161.
HSL color Cylindrical-coordinate representation of color #D1F27D: hue angle of 76.92º 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 #D1F27D is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 125 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.05 |
| HSL | 76.92º | 0.82% | 0.72% | - |
| HSV(B) | 76.92º | 0.48% | 0.95% | - |
| XYZ | 61.75 | 78.54 | 31.31 | - |
| YUV | 218.8 | 75.07 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 125 | 0.14 | 0 | 0.48 | 0.05 | 76.92 | 0.82 | 0.72 |
| Hex | D1 | F2 | 7D | E | 0 | 30 | 5 | 4D | 52 | 48 |
| Octal | 321 | 362 | 175 | 16 | 0 | 60 | 5 | 115 | 122 | 110 |
| Binary | 11010001 | 11110010 | 1111101 | 1110 | 0 | 110000 | 101 | 1001101 | 1010010 | 1001000 |
Color Harmonies of #D1F27D
Complementary color
Monochromatic Colors of #D1F27D
Black with #D1F27D
Text Example
Text Example
White with #D1F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F27D; }
p { color: rgb(209,242,125); }
H1.HeaderClassName
{
color: #D1F27D;
}
.AnyTagClassName
{
color: #D1F27D;
}
</style>
background-color css
<style>
a { background-color: #D1F27D; }
a { background-color: rgb(209,242,125); }
div.DivClassName
{
background-color: #D1F27D;
}
.BgClassName
{
background-color: #D1F27D;
}
</style>
border-color css
<style>
span { border-color: #D1F27D; }
span { border-color: rgb(209,242,125); }
td.TdClassName
{
border-color: #D1F27D;
}
.TagClassName
{
border-color: #D1F27D;
}
</style>