Shades of Pear #DEF234
Tints of Pear #DEF234
RGB
CMYK
RGB Variations
Color information
#DEF234 (or 0xDEF234) is known color: Pear. HEX triplet: DE, F2 and 34. RGB value is (222,242,52). Sum of RGB (Red+Green+Blue) = 222+242+52=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 52 (20.70% from 255 or 10.08% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF234 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF234 is #210DCB. Grayscale: #D7D7D7. Windows color (decimal): -2166220 or 3470046. OLE color: 3470046.
HSL color Cylindrical-coordinate representation of color #DEF234: hue angle of 66.32º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEF234 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 52 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.05 |
| HSL | 66.32º | 0.88% | 0.58% | - |
| HSV(B) | 66.32º | 0.79% | 0.95% | - |
| XYZ | 62.5 | 79.28 | 15.26 | - |
| YUV | 214.36 | 36.37 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 52 | 0.08 | 0 | 0.79 | 0.05 | 66.32 | 0.88 | 0.58 |
| Hex | DE | F2 | 34 | 8 | 0 | 4F | 5 | 42 | 58 | 3A |
| Octal | 336 | 362 | 64 | 10 | 0 | 117 | 5 | 102 | 130 | 72 |
| Binary | 11011110 | 11110010 | 110100 | 1000 | 0 | 1001111 | 101 | 1000010 | 1011000 | 111010 |
Color Harmonies of #DEF234
Complementary color
Monochromatic Colors of #DEF234
Black with #DEF234
Text Example
Text Example
White with #DEF234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF234; }
p { color: rgb(222,242,52); }
H1.HeaderClassName
{
color: #DEF234;
}
.AnyTagClassName
{
color: #DEF234;
}
</style>
background-color css
<style>
a { background-color: #DEF234; }
a { background-color: rgb(222,242,52); }
div.DivClassName
{
background-color: #DEF234;
}
.BgClassName
{
background-color: #DEF234;
}
</style>
border-color css
<style>
span { border-color: #DEF234; }
span { border-color: rgb(222,242,52); }
td.TdClassName
{
border-color: #DEF234;
}
.TagClassName
{
border-color: #DEF234;
}
</style>