Shades of Pear #DEFE30
Tints of Pear #DEFE30
RGB
CMYK
RGB Variations
Color information
#DEFE30 (or 0xDEFE30) is known color: Pear. HEX triplet: DE, FE and 30. RGB value is (222,254,48). Sum of RGB (Red+Green+Blue) = 222+254+48=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 48 (19.14% from 255 or 9.16% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFE30 is #2101CF. Grayscale: #DDDDDD. Windows color (decimal): -2163152 or 3210974. OLE color: 3210974.
HSL color Cylindrical-coordinate representation of color #DEFE30: hue angle of 69.32º 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 #DEFE30 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 48 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.00 |
| HSL | 69.32º | 0.99% | 0.59% | - |
| HSV(B) | 69.32º | 0.81% | 1% | - |
| XYZ | 66.1 | 86.63 | 16.03 | - |
| YUV | 220.95 | 30.4 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 48 | 0.13 | 0 | 0.81 | 0.00 | 69.32 | 0.99 | 0.59 |
| Hex | DE | FE | 30 | D | 0 | 51 | 0 | 45 | 63 | 3B |
| Octal | 336 | 376 | 60 | 15 | 0 | 121 | 0 | 105 | 143 | 73 |
| Binary | 11011110 | 11111110 | 110000 | 1101 | 0 | 1010001 | 0 | 1000101 | 1100011 | 111011 |
Color Harmonies of #DEFE30
Complementary color
Monochromatic Colors of #DEFE30
Black with #DEFE30
Text Example
Text Example
White with #DEFE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE30; }
p { color: rgb(222,254,48); }
H1.HeaderClassName
{
color: #DEFE30;
}
.AnyTagClassName
{
color: #DEFE30;
}
</style>
background-color css
<style>
a { background-color: #DEFE30; }
a { background-color: rgb(222,254,48); }
div.DivClassName
{
background-color: #DEFE30;
}
.BgClassName
{
background-color: #DEFE30;
}
</style>
border-color css
<style>
span { border-color: #DEFE30; }
span { border-color: rgb(222,254,48); }
td.TdClassName
{
border-color: #DEFE30;
}
.TagClassName
{
border-color: #DEFE30;
}
</style>