Shades of Pear #D1F223
Tints of Pear #D1F223
RGB
CMYK
RGB Variations
Color information
#D1F223 (or 0xD1F223) is known color: Pear. HEX triplet: D1, F2 and 23. RGB value is (209,242,35). Sum of RGB (Red+Green+Blue) = 209+242+35=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 35 (14.06% from 255 or 7.20% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F223 is #2E0DDC. Grayscale: #D1D1D1. Windows color (decimal): -3018205 or 2355921. OLE color: 2355921.
HSL color Cylindrical-coordinate representation of color #D1F223: hue angle of 69.57º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1F223 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 35 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.05 |
| HSL | 69.57º | 0.89% | 0.54% | - |
| HSV(B) | 69.57º | 0.86% | 0.95% | - |
| XYZ | 58.35 | 77.18 | 13.41 | - |
| YUV | 208.54 | 30.07 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 35 | 0.14 | 0 | 0.86 | 0.05 | 69.57 | 0.89 | 0.54 |
| Hex | D1 | F2 | 23 | E | 0 | 56 | 5 | 46 | 59 | 36 |
| Octal | 321 | 362 | 43 | 16 | 0 | 126 | 5 | 106 | 131 | 66 |
| Binary | 11010001 | 11110010 | 100011 | 1110 | 0 | 1010110 | 101 | 1000110 | 1011001 | 110110 |
Color Harmonies of #D1F223
Complementary color
Monochromatic Colors of #D1F223
Black with #D1F223
Text Example
Text Example
White with #D1F223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F223; }
p { color: rgb(209,242,35); }
H1.HeaderClassName
{
color: #D1F223;
}
.AnyTagClassName
{
color: #D1F223;
}
</style>
background-color css
<style>
a { background-color: #D1F223; }
a { background-color: rgb(209,242,35); }
div.DivClassName
{
background-color: #D1F223;
}
.BgClassName
{
background-color: #D1F223;
}
</style>
border-color css
<style>
span { border-color: #D1F223; }
span { border-color: rgb(209,242,35); }
td.TdClassName
{
border-color: #D1F223;
}
.TagClassName
{
border-color: #D1F223;
}
</style>