Shades of Pear #D1FE30
Tints of Pear #D1FE30
RGB
CMYK
RGB Variations
Color information
#D1FE30 (or 0xD1FE30) is known color: Pear. HEX triplet: D1, FE and 30. RGB value is (209,254,48). Sum of RGB (Red+Green+Blue) = 209+254+48=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 48 (19.14% from 255 or 9.39% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FE30 is #2E01CF. Grayscale: #D9D9D9. Windows color (decimal): -3015120 or 3210961. OLE color: 3210961.
HSL color Cylindrical-coordinate representation of color #D1FE30: hue angle of 73.11º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1FE30 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 254 | 48 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.00 |
| HSL | 73.11º | 0.99% | 0.59% | - |
| HSV(B) | 73.11º | 0.81% | 1% | - |
| XYZ | 62.27 | 84.65 | 15.85 | - |
| YUV | 217.06 | 32.59 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 254 | 48 | 0.18 | 0 | 0.81 | 0.00 | 73.11 | 0.99 | 0.59 |
| Hex | D1 | FE | 30 | 12 | 0 | 51 | 0 | 49 | 63 | 3B |
| Octal | 321 | 376 | 60 | 22 | 0 | 121 | 0 | 111 | 143 | 73 |
| Binary | 11010001 | 11111110 | 110000 | 10010 | 0 | 1010001 | 0 | 1001001 | 1100011 | 111011 |
Color Harmonies of #D1FE30
Complementary color
Monochromatic Colors of #D1FE30
Black with #D1FE30
Text Example
Text Example
White with #D1FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FE30; }
p { color: rgb(209,254,48); }
H1.HeaderClassName
{
color: #D1FE30;
}
.AnyTagClassName
{
color: #D1FE30;
}
</style>
background-color css
<style>
a { background-color: #D1FE30; }
a { background-color: rgb(209,254,48); }
div.DivClassName
{
background-color: #D1FE30;
}
.BgClassName
{
background-color: #D1FE30;
}
</style>
border-color css
<style>
span { border-color: #D1FE30; }
span { border-color: rgb(209,254,48); }
td.TdClassName
{
border-color: #D1FE30;
}
.TagClassName
{
border-color: #D1FE30;
}
</style>