Shades of Pear #DEF630
Tints of Pear #DEF630
RGB
CMYK
RGB Variations
Color information
#DEF630 (or 0xDEF630) is known color: Pear. HEX triplet: DE, F6 and 30. RGB value is (222,246,48). Sum of RGB (Red+Green+Blue) = 222+246+48=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 48 (19.14% from 255 or 9.30% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF630 is #2109CF. Grayscale: #D9D9D9. Windows color (decimal): -2165200 or 3208926. OLE color: 3208926.
HSL color Cylindrical-coordinate representation of color #DEF630: hue angle of 67.27º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEF630 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 48 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.04 |
| HSL | 67.27º | 0.92% | 0.58% | - |
| HSV(B) | 67.27º | 0.8% | 0.96% | - |
| XYZ | 63.61 | 81.65 | 15.2 | - |
| YUV | 216.25 | 33.05 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 48 | 0.10 | 0 | 0.80 | 0.04 | 67.27 | 0.92 | 0.58 |
| Hex | DE | F6 | 30 | A | 0 | 50 | 4 | 43 | 5C | 3A |
| Octal | 336 | 366 | 60 | 12 | 0 | 120 | 4 | 103 | 134 | 72 |
| Binary | 11011110 | 11110110 | 110000 | 1010 | 0 | 1010000 | 100 | 1000011 | 1011100 | 111010 |
Color Harmonies of #DEF630
Complementary color
Monochromatic Colors of #DEF630
Black with #DEF630
Text Example
Text Example
White with #DEF630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF630; }
p { color: rgb(222,246,48); }
H1.HeaderClassName
{
color: #DEF630;
}
.AnyTagClassName
{
color: #DEF630;
}
</style>
background-color css
<style>
a { background-color: #DEF630; }
a { background-color: rgb(222,246,48); }
div.DivClassName
{
background-color: #DEF630;
}
.BgClassName
{
background-color: #DEF630;
}
</style>
border-color css
<style>
span { border-color: #DEF630; }
span { border-color: rgb(222,246,48); }
td.TdClassName
{
border-color: #DEF630;
}
.TagClassName
{
border-color: #DEF630;
}
</style>