Shades of Pear #D4FE30
Tints of Pear #D4FE30
RGB
CMYK
RGB Variations
Color information
#D4FE30 (or 0xD4FE30) is known color: Pear. HEX triplet: D4, FE and 30. RGB value is (212,254,48). Sum of RGB (Red+Green+Blue) = 212+254+48=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 48 (19.14% from 255 or 9.34% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FE30 is #2B01CF. Grayscale: #DADADA. Windows color (decimal): -2818512 or 3210964. OLE color: 3210964.
HSL color Cylindrical-coordinate representation of color #D4FE30: hue angle of 72.23º 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 #D4FE30 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 254 | 48 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.00 |
| HSL | 72.23º | 0.99% | 0.59% | - |
| HSV(B) | 72.23º | 0.81% | 1% | - |
| XYZ | 63.13 | 85.09 | 15.89 | - |
| YUV | 217.96 | 32.09 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 254 | 48 | 0.17 | 0 | 0.81 | 0.00 | 72.23 | 0.99 | 0.59 |
| Hex | D4 | FE | 30 | 11 | 0 | 51 | 0 | 48 | 63 | 3B |
| Octal | 324 | 376 | 60 | 21 | 0 | 121 | 0 | 110 | 143 | 73 |
| Binary | 11010100 | 11111110 | 110000 | 10001 | 0 | 1010001 | 0 | 1001000 | 1100011 | 111011 |
Color Harmonies of #D4FE30
Complementary color
Monochromatic Colors of #D4FE30
Black with #D4FE30
Text Example
Text Example
White with #D4FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FE30; }
p { color: rgb(212,254,48); }
H1.HeaderClassName
{
color: #D4FE30;
}
.AnyTagClassName
{
color: #D4FE30;
}
</style>
background-color css
<style>
a { background-color: #D4FE30; }
a { background-color: rgb(212,254,48); }
div.DivClassName
{
background-color: #D4FE30;
}
.BgClassName
{
background-color: #D4FE30;
}
</style>
border-color css
<style>
span { border-color: #D4FE30; }
span { border-color: rgb(212,254,48); }
td.TdClassName
{
border-color: #D4FE30;
}
.TagClassName
{
border-color: #D4FE30;
}
</style>