Shades of Pear #DEF12D
Tints of Pear #DEF12D
RGB
CMYK
RGB Variations
Color information
#DEF12D (or 0xDEF12D) is known color: Pear. HEX triplet: DE, F1 and 2D. RGB value is (222,241,45). Sum of RGB (Red+Green+Blue) = 222+241+45=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 45 (17.97% from 255 or 8.86% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF12D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF12D is #210ED2. Grayscale: #D5D5D5. Windows color (decimal): -2166483 or 3011038. OLE color: 3011038.
HSL color Cylindrical-coordinate representation of color #DEF12D: hue angle of 65.82º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEF12D is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 45 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.05 |
| HSL | 65.82º | 0.88% | 0.56% | - |
| HSV(B) | 65.82º | 0.81% | 0.95% | - |
| XYZ | 62.05 | 78.63 | 14.39 | - |
| YUV | 212.98 | 33.21 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 45 | 0.08 | 0 | 0.81 | 0.05 | 65.82 | 0.88 | 0.56 |
| Hex | DE | F1 | 2D | 8 | 0 | 51 | 5 | 42 | 58 | 38 |
| Octal | 336 | 361 | 55 | 10 | 0 | 121 | 5 | 102 | 130 | 70 |
| Binary | 11011110 | 11110001 | 101101 | 1000 | 0 | 1010001 | 101 | 1000010 | 1011000 | 111000 |
Color Harmonies of #DEF12D
Complementary color
Monochromatic Colors of #DEF12D
Black with #DEF12D
Text Example
Text Example
White with #DEF12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF12D; }
p { color: rgb(222,241,45); }
H1.HeaderClassName
{
color: #DEF12D;
}
.AnyTagClassName
{
color: #DEF12D;
}
</style>
background-color css
<style>
a { background-color: #DEF12D; }
a { background-color: rgb(222,241,45); }
div.DivClassName
{
background-color: #DEF12D;
}
.BgClassName
{
background-color: #DEF12D;
}
</style>
border-color css
<style>
span { border-color: #DEF12D; }
span { border-color: rgb(222,241,45); }
td.TdClassName
{
border-color: #DEF12D;
}
.TagClassName
{
border-color: #DEF12D;
}
</style>