Shades of Pear #DEF633
Tints of Pear #DEF633
RGB
CMYK
RGB Variations
Color information
#DEF633 (or 0xDEF633) is known color: Pear. HEX triplet: DE, F6 and 33. RGB value is (222,246,51). Sum of RGB (Red+Green+Blue) = 222+246+51=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 51 (20.31% from 255 or 9.83% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF633 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF633 is #2109CC. Grayscale: #D9D9D9. Windows color (decimal): -2165197 or 3405534. OLE color: 3405534.
HSL color Cylindrical-coordinate representation of color #DEF633: hue angle of 67.38º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEF633 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 51 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.04 |
| HSL | 67.38º | 0.92% | 0.58% | - |
| HSV(B) | 67.38º | 0.79% | 0.96% | - |
| XYZ | 63.68 | 81.68 | 15.54 | - |
| YUV | 216.59 | 34.55 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 51 | 0.10 | 0 | 0.79 | 0.04 | 67.38 | 0.92 | 0.58 |
| Hex | DE | F6 | 33 | A | 0 | 4F | 4 | 43 | 5C | 3A |
| Octal | 336 | 366 | 63 | 12 | 0 | 117 | 4 | 103 | 134 | 72 |
| Binary | 11011110 | 11110110 | 110011 | 1010 | 0 | 1001111 | 100 | 1000011 | 1011100 | 111010 |
Color Harmonies of #DEF633
Complementary color
Monochromatic Colors of #DEF633
Black with #DEF633
Text Example
Text Example
White with #DEF633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF633; }
p { color: rgb(222,246,51); }
H1.HeaderClassName
{
color: #DEF633;
}
.AnyTagClassName
{
color: #DEF633;
}
</style>
background-color css
<style>
a { background-color: #DEF633; }
a { background-color: rgb(222,246,51); }
div.DivClassName
{
background-color: #DEF633;
}
.BgClassName
{
background-color: #DEF633;
}
</style>
border-color css
<style>
span { border-color: #DEF633; }
span { border-color: rgb(222,246,51); }
td.TdClassName
{
border-color: #DEF633;
}
.TagClassName
{
border-color: #DEF633;
}
</style>