Shades of Pear #DEF233
Tints of Pear #DEF233
RGB
CMYK
RGB Variations
Color information
#DEF233 (or 0xDEF233) is known color: Pear. HEX triplet: DE, F2 and 33. RGB value is (222,242,51). Sum of RGB (Red+Green+Blue) = 222+242+51=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 51 (20.31% from 255 or 9.90% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF233 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF233 is #210DCC. Grayscale: #D6D6D6. Windows color (decimal): -2166221 or 3404510. OLE color: 3404510.
HSL color Cylindrical-coordinate representation of color #DEF233: hue angle of 66.28º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEF233 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 51 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.05 |
| HSL | 66.28º | 0.88% | 0.57% | - |
| HSV(B) | 66.28º | 0.79% | 0.95% | - |
| XYZ | 62.47 | 79.27 | 15.14 | - |
| YUV | 214.25 | 35.87 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 51 | 0.08 | 0 | 0.79 | 0.05 | 66.28 | 0.88 | 0.57 |
| Hex | DE | F2 | 33 | 8 | 0 | 4F | 5 | 42 | 58 | 39 |
| Octal | 336 | 362 | 63 | 10 | 0 | 117 | 5 | 102 | 130 | 71 |
| Binary | 11011110 | 11110010 | 110011 | 1000 | 0 | 1001111 | 101 | 1000010 | 1011000 | 111001 |
Color Harmonies of #DEF233
Complementary color
Monochromatic Colors of #DEF233
Black with #DEF233
Text Example
Text Example
White with #DEF233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF233; }
p { color: rgb(222,242,51); }
H1.HeaderClassName
{
color: #DEF233;
}
.AnyTagClassName
{
color: #DEF233;
}
</style>
background-color css
<style>
a { background-color: #DEF233; }
a { background-color: rgb(222,242,51); }
div.DivClassName
{
background-color: #DEF233;
}
.BgClassName
{
background-color: #DEF233;
}
</style>
border-color css
<style>
span { border-color: #DEF233; }
span { border-color: rgb(222,242,51); }
td.TdClassName
{
border-color: #DEF233;
}
.TagClassName
{
border-color: #DEF233;
}
</style>