Shades of Pear #D1F133
Tints of Pear #D1F133
RGB
CMYK
RGB Variations
Color information
#D1F133 (or 0xD1F133) is known color: Pear. HEX triplet: D1, F1 and 33. RGB value is (209,241,51). Sum of RGB (Red+Green+Blue) = 209+241+51=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 51 (20.31% from 255 or 10.18% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F133 is #2E0ECC. Grayscale: #D2D2D2. Windows color (decimal): -3018445 or 3404241. OLE color: 3404241.
HSL color Cylindrical-coordinate representation of color #D1F133: hue angle of 70.11º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1F133 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 51 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.05 |
| HSL | 70.11º | 0.87% | 0.57% | - |
| HSV(B) | 70.11º | 0.79% | 0.95% | - |
| XYZ | 58.35 | 76.7 | 14.86 | - |
| YUV | 209.77 | 38.4 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 51 | 0.13 | 0 | 0.79 | 0.05 | 70.11 | 0.87 | 0.57 |
| Hex | D1 | F1 | 33 | D | 0 | 4F | 5 | 46 | 57 | 39 |
| Octal | 321 | 361 | 63 | 15 | 0 | 117 | 5 | 106 | 127 | 71 |
| Binary | 11010001 | 11110001 | 110011 | 1101 | 0 | 1001111 | 101 | 1000110 | 1010111 | 111001 |
Color Harmonies of #D1F133
Complementary color
Monochromatic Colors of #D1F133
Black with #D1F133
Text Example
Text Example
White with #D1F133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F133; }
p { color: rgb(209,241,51); }
H1.HeaderClassName
{
color: #D1F133;
}
.AnyTagClassName
{
color: #D1F133;
}
</style>
background-color css
<style>
a { background-color: #D1F133; }
a { background-color: rgb(209,241,51); }
div.DivClassName
{
background-color: #D1F133;
}
.BgClassName
{
background-color: #D1F133;
}
</style>
border-color css
<style>
span { border-color: #D1F133; }
span { border-color: rgb(209,241,51); }
td.TdClassName
{
border-color: #D1F133;
}
.TagClassName
{
border-color: #D1F133;
}
</style>