Shades of Pear #DEEF33
Tints of Pear #DEEF33
RGB
CMYK
RGB Variations
Color information
#DEEF33 (or 0xDEEF33) is known color: Pear. HEX triplet: DE, EF and 33. RGB value is (222,239,51). Sum of RGB (Red+Green+Blue) = 222+239+51=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 51 (20.31% from 255 or 9.96% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEF33 is #2110CC. Grayscale: #D5D5D5. Windows color (decimal): -2166989 or 3403742. OLE color: 3403742.
HSL color Cylindrical-coordinate representation of color #DEEF33: hue angle of 65.43º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEEF33 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 51 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.06 |
| HSL | 65.43º | 0.85% | 0.57% | - |
| HSV(B) | 65.43º | 0.79% | 0.94% | - |
| XYZ | 61.59 | 77.5 | 14.85 | - |
| YUV | 212.49 | 36.87 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 51 | 0.07 | 0 | 0.79 | 0.06 | 65.43 | 0.85 | 0.57 |
| Hex | DE | EF | 33 | 7 | 0 | 4F | 6 | 41 | 55 | 39 |
| Octal | 336 | 357 | 63 | 7 | 0 | 117 | 6 | 101 | 125 | 71 |
| Binary | 11011110 | 11101111 | 110011 | 111 | 0 | 1001111 | 110 | 1000001 | 1010101 | 111001 |
Color Harmonies of #DEEF33
Complementary color
Monochromatic Colors of #DEEF33
Black with #DEEF33
Text Example
Text Example
White with #DEEF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEF33; }
p { color: rgb(222,239,51); }
H1.HeaderClassName
{
color: #DEEF33;
}
.AnyTagClassName
{
color: #DEEF33;
}
</style>
background-color css
<style>
a { background-color: #DEEF33; }
a { background-color: rgb(222,239,51); }
div.DivClassName
{
background-color: #DEEF33;
}
.BgClassName
{
background-color: #DEEF33;
}
</style>
border-color css
<style>
span { border-color: #DEEF33; }
span { border-color: rgb(222,239,51); }
td.TdClassName
{
border-color: #DEEF33;
}
.TagClassName
{
border-color: #DEEF33;
}
</style>