Shades of Pear #DEF33E
Tints of Pear #DEF33E
RGB
CMYK
RGB Variations
Color information
#DEF33E (or 0xDEF33E) is known color: Pear. HEX triplet: DE, F3 and 3E. RGB value is (222,243,62). Sum of RGB (Red+Green+Blue) = 222+243+62=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 62 (24.61% from 255 or 11.76% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF33E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF33E is #210CC1. Grayscale: #D8D8D8. Windows color (decimal): -2165954 or 4125662. OLE color: 4125662.
HSL color Cylindrical-coordinate representation of color #DEF33E: hue angle of 66.96º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEF33E is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 62 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.05 |
| HSL | 66.96º | 0.88% | 0.6% | - |
| HSV(B) | 66.96º | 0.74% | 0.95% | - |
| XYZ | 63.04 | 79.98 | 16.67 | - |
| YUV | 216.09 | 41.04 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 62 | 0.09 | 0 | 0.74 | 0.05 | 66.96 | 0.88 | 0.6 |
| Hex | DE | F3 | 3E | 9 | 0 | 4A | 5 | 43 | 58 | 3C |
| Octal | 336 | 363 | 76 | 11 | 0 | 112 | 5 | 103 | 130 | 74 |
| Binary | 11011110 | 11110011 | 111110 | 1001 | 0 | 1001010 | 101 | 1000011 | 1011000 | 111100 |
Color Harmonies of #DEF33E
Complementary color
Monochromatic Colors of #DEF33E
Black with #DEF33E
Text Example
Text Example
White with #DEF33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF33E; }
p { color: rgb(222,243,62); }
H1.HeaderClassName
{
color: #DEF33E;
}
.AnyTagClassName
{
color: #DEF33E;
}
</style>
background-color css
<style>
a { background-color: #DEF33E; }
a { background-color: rgb(222,243,62); }
div.DivClassName
{
background-color: #DEF33E;
}
.BgClassName
{
background-color: #DEF33E;
}
</style>
border-color css
<style>
span { border-color: #DEF33E; }
span { border-color: rgb(222,243,62); }
td.TdClassName
{
border-color: #DEF33E;
}
.TagClassName
{
border-color: #DEF33E;
}
</style>