Shades of Pear #DEF62A
Tints of Pear #DEF62A
RGB
CMYK
RGB Variations
Color information
#DEF62A (or 0xDEF62A) is known color: Pear. HEX triplet: DE, F6 and 2A. RGB value is (222,246,42). Sum of RGB (Red+Green+Blue) = 222+246+42=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 42 (16.80% from 255 or 8.24% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF62A is #2109D5. Grayscale: #D8D8D8. Windows color (decimal): -2165206 or 2815710. OLE color: 2815710.
HSL color Cylindrical-coordinate representation of color #DEF62A: hue angle of 67.06º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEF62A is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 42 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.04 |
| HSL | 67.06º | 0.92% | 0.56% | - |
| HSV(B) | 67.06º | 0.83% | 0.96% | - |
| XYZ | 63.5 | 81.61 | 14.6 | - |
| YUV | 215.57 | 30.05 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 42 | 0.10 | 0 | 0.83 | 0.04 | 67.06 | 0.92 | 0.56 |
| Hex | DE | F6 | 2A | A | 0 | 53 | 4 | 43 | 5C | 38 |
| Octal | 336 | 366 | 52 | 12 | 0 | 123 | 4 | 103 | 134 | 70 |
| Binary | 11011110 | 11110110 | 101010 | 1010 | 0 | 1010011 | 100 | 1000011 | 1011100 | 111000 |
Color Harmonies of #DEF62A
Complementary color
Monochromatic Colors of #DEF62A
Black with #DEF62A
Text Example
Text Example
White with #DEF62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF62A; }
p { color: rgb(222,246,42); }
H1.HeaderClassName
{
color: #DEF62A;
}
.AnyTagClassName
{
color: #DEF62A;
}
</style>
background-color css
<style>
a { background-color: #DEF62A; }
a { background-color: rgb(222,246,42); }
div.DivClassName
{
background-color: #DEF62A;
}
.BgClassName
{
background-color: #DEF62A;
}
</style>
border-color css
<style>
span { border-color: #DEF62A; }
span { border-color: rgb(222,246,42); }
td.TdClassName
{
border-color: #DEF62A;
}
.TagClassName
{
border-color: #DEF62A;
}
</style>