Shades of Pear #DEF947
Tints of Pear #DEF947
RGB
CMYK
RGB Variations
Color information
#DEF947 (or 0xDEF947) is known color: Pear. HEX triplet: DE, F9 and 47. RGB value is (222,249,71). Sum of RGB (Red+Green+Blue) = 222+249+71=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 71 (28.12% from 255 or 13.10% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF947 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF947 is #2106B8. Grayscale: #DDDDDD. Windows color (decimal): -2164409 or 4717022. OLE color: 4717022.
HSL color Cylindrical-coordinate representation of color #DEF947: hue angle of 69.1º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEF947 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 71 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.02 |
| HSL | 69.1º | 0.94% | 0.63% | - |
| HSV(B) | 69.1º | 0.71% | 0.98% | - |
| XYZ | 65.14 | 83.74 | 18.69 | - |
| YUV | 220.64 | 43.55 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 71 | 0.11 | 0 | 0.71 | 0.02 | 69.1 | 0.94 | 0.63 |
| Hex | DE | F9 | 47 | B | 0 | 47 | 2 | 45 | 5E | 3F |
| Octal | 336 | 371 | 107 | 13 | 0 | 107 | 2 | 105 | 136 | 77 |
| Binary | 11011110 | 11111001 | 1000111 | 1011 | 0 | 1000111 | 10 | 1000101 | 1011110 | 111111 |
Color Harmonies of #DEF947
Complementary color
Monochromatic Colors of #DEF947
Black with #DEF947
Text Example
Text Example
White with #DEF947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF947; }
p { color: rgb(222,249,71); }
H1.HeaderClassName
{
color: #DEF947;
}
.AnyTagClassName
{
color: #DEF947;
}
</style>
background-color css
<style>
a { background-color: #DEF947; }
a { background-color: rgb(222,249,71); }
div.DivClassName
{
background-color: #DEF947;
}
.BgClassName
{
background-color: #DEF947;
}
</style>
border-color css
<style>
span { border-color: #DEF947; }
span { border-color: rgb(222,249,71); }
td.TdClassName
{
border-color: #DEF947;
}
.TagClassName
{
border-color: #DEF947;
}
</style>