Shades of Pear #DEF93D
Tints of Pear #DEF93D
RGB
CMYK
RGB Variations
Color information
#DEF93D (or 0xDEF93D) is known color: Pear. HEX triplet: DE, F9 and 3D. RGB value is (222,249,61). Sum of RGB (Red+Green+Blue) = 222+249+61=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 61 (24.22% from 255 or 11.47% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF93D is #2106C2. Grayscale: #DCDCDC. Windows color (decimal): -2164419 or 4061662. OLE color: 4061662.
HSL color Cylindrical-coordinate representation of color #DEF93D: hue angle of 68.62º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEF93D is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 61 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.02 |
| HSL | 68.62º | 0.94% | 0.61% | - |
| HSV(B) | 68.62º | 0.76% | 0.98% | - |
| XYZ | 64.84 | 83.62 | 17.14 | - |
| YUV | 219.5 | 38.55 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 61 | 0.11 | 0 | 0.76 | 0.02 | 68.62 | 0.94 | 0.61 |
| Hex | DE | F9 | 3D | B | 0 | 4C | 2 | 45 | 5E | 3D |
| Octal | 336 | 371 | 75 | 13 | 0 | 114 | 2 | 105 | 136 | 75 |
| Binary | 11011110 | 11111001 | 111101 | 1011 | 0 | 1001100 | 10 | 1000101 | 1011110 | 111101 |
Color Harmonies of #DEF93D
Complementary color
Monochromatic Colors of #DEF93D
Black with #DEF93D
Text Example
Text Example
White with #DEF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF93D; }
p { color: rgb(222,249,61); }
H1.HeaderClassName
{
color: #DEF93D;
}
.AnyTagClassName
{
color: #DEF93D;
}
</style>
background-color css
<style>
a { background-color: #DEF93D; }
a { background-color: rgb(222,249,61); }
div.DivClassName
{
background-color: #DEF93D;
}
.BgClassName
{
background-color: #DEF93D;
}
</style>
border-color css
<style>
span { border-color: #DEF93D; }
span { border-color: rgb(222,249,61); }
td.TdClassName
{
border-color: #DEF93D;
}
.TagClassName
{
border-color: #DEF93D;
}
</style>