Shades of Pear #DEEF30
Tints of Pear #DEEF30
RGB
CMYK
RGB Variations
Color information
#DEEF30 (or 0xDEEF30) is known color: Pear. HEX triplet: DE, EF and 30. RGB value is (222,239,48). Sum of RGB (Red+Green+Blue) = 222+239+48=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 48 (19.14% from 255 or 9.43% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEF30 is #2110CF. Grayscale: #D4D4D4. Windows color (decimal): -2166992 or 3207134. OLE color: 3207134.
HSL color Cylindrical-coordinate representation of color #DEEF30: hue angle of 65.34º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEEF30 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 48 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.06 |
| HSL | 65.34º | 0.86% | 0.56% | - |
| HSV(B) | 65.34º | 0.8% | 0.94% | - |
| XYZ | 61.52 | 77.48 | 14.51 | - |
| YUV | 212.14 | 35.37 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 48 | 0.07 | 0 | 0.80 | 0.06 | 65.34 | 0.86 | 0.56 |
| Hex | DE | EF | 30 | 7 | 0 | 50 | 6 | 41 | 56 | 38 |
| Octal | 336 | 357 | 60 | 7 | 0 | 120 | 6 | 101 | 126 | 70 |
| Binary | 11011110 | 11101111 | 110000 | 111 | 0 | 1010000 | 110 | 1000001 | 1010110 | 111000 |
Color Harmonies of #DEEF30
Complementary color
Monochromatic Colors of #DEEF30
Black with #DEEF30
Text Example
Text Example
White with #DEEF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEF30; }
p { color: rgb(222,239,48); }
H1.HeaderClassName
{
color: #DEEF30;
}
.AnyTagClassName
{
color: #DEEF30;
}
</style>
background-color css
<style>
a { background-color: #DEEF30; }
a { background-color: rgb(222,239,48); }
div.DivClassName
{
background-color: #DEEF30;
}
.BgClassName
{
background-color: #DEEF30;
}
</style>
border-color css
<style>
span { border-color: #DEEF30; }
span { border-color: rgb(222,239,48); }
td.TdClassName
{
border-color: #DEEF30;
}
.TagClassName
{
border-color: #DEEF30;
}
</style>