Shades of Pear #DEF32F
Tints of Pear #DEF32F
RGB
CMYK
RGB Variations
Color information
#DEF32F (or 0xDEF32F) is known color: Pear. HEX triplet: DE, F3 and 2F. RGB value is (222,243,47). Sum of RGB (Red+Green+Blue) = 222+243+47=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 47 (18.75% from 255 or 9.18% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF32F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF32F is #210CD0. Grayscale: #D7D7D7. Windows color (decimal): -2165969 or 3142622. OLE color: 3142622.
HSL color Cylindrical-coordinate representation of color #DEF32F: hue angle of 66.43º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEF32F is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 47 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.05 |
| HSL | 66.43º | 0.89% | 0.57% | - |
| HSV(B) | 66.43º | 0.81% | 0.95% | - |
| XYZ | 62.69 | 79.84 | 14.8 | - |
| YUV | 214.38 | 33.54 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 47 | 0.09 | 0 | 0.81 | 0.05 | 66.43 | 0.89 | 0.57 |
| Hex | DE | F3 | 2F | 9 | 0 | 51 | 5 | 42 | 59 | 39 |
| Octal | 336 | 363 | 57 | 11 | 0 | 121 | 5 | 102 | 131 | 71 |
| Binary | 11011110 | 11110011 | 101111 | 1001 | 0 | 1010001 | 101 | 1000010 | 1011001 | 111001 |
Color Harmonies of #DEF32F
Complementary color
Monochromatic Colors of #DEF32F
Black with #DEF32F
Text Example
Text Example
White with #DEF32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF32F; }
p { color: rgb(222,243,47); }
H1.HeaderClassName
{
color: #DEF32F;
}
.AnyTagClassName
{
color: #DEF32F;
}
</style>
background-color css
<style>
a { background-color: #DEF32F; }
a { background-color: rgb(222,243,47); }
div.DivClassName
{
background-color: #DEF32F;
}
.BgClassName
{
background-color: #DEF32F;
}
</style>
border-color css
<style>
span { border-color: #DEF32F; }
span { border-color: rgb(222,243,47); }
td.TdClassName
{
border-color: #DEF32F;
}
.TagClassName
{
border-color: #DEF32F;
}
</style>