Shades of Pear #DEEA18
Tints of Pear #DEEA18
RGB
CMYK
RGB Variations
Color information
#DEEA18 (or 0xDEEA18) is known color: Pear. HEX triplet: DE, EA and 18. RGB value is (222,234,24). Sum of RGB (Red+Green+Blue) = 222+234+24=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 24 (9.77% from 255 or 5% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEEA18 is #2115E7. Grayscale: #CFCFCF. Windows color (decimal): -2168296 or 1632990. OLE color: 1632990.
HSL color Cylindrical-coordinate representation of color #DEEA18: hue angle of 63.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEEA18 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 24 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.08 |
| HSL | 63.43º | 0.83% | 0.51% | - |
| HSV(B) | 63.43º | 0.9% | 0.92% | - |
| XYZ | 59.71 | 74.44 | 12.09 | - |
| YUV | 206.47 | 25.02 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 24 | 0.05 | 0 | 0.90 | 0.08 | 63.43 | 0.83 | 0.51 |
| Hex | DE | EA | 18 | 5 | 0 | 5A | 8 | 3F | 53 | 33 |
| Octal | 336 | 352 | 30 | 5 | 0 | 132 | 10 | 77 | 123 | 63 |
| Binary | 11011110 | 11101010 | 11000 | 101 | 0 | 1011010 | 1000 | 111111 | 1010011 | 110011 |
Color Harmonies of #DEEA18
Complementary color
Monochromatic Colors of #DEEA18
Black with #DEEA18
Text Example
Text Example
White with #DEEA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA18; }
p { color: rgb(222,234,24); }
H1.HeaderClassName
{
color: #DEEA18;
}
.AnyTagClassName
{
color: #DEEA18;
}
</style>
background-color css
<style>
a { background-color: #DEEA18; }
a { background-color: rgb(222,234,24); }
div.DivClassName
{
background-color: #DEEA18;
}
.BgClassName
{
background-color: #DEEA18;
}
</style>
border-color css
<style>
span { border-color: #DEEA18; }
span { border-color: rgb(222,234,24); }
td.TdClassName
{
border-color: #DEEA18;
}
.TagClassName
{
border-color: #DEEA18;
}
</style>