Shades of Pear #DEEF1B
Tints of Pear #DEEF1B
RGB
CMYK
RGB Variations
Color information
#DEEF1B (or 0xDEEF1B) is known color: Pear. HEX triplet: DE, EF and 1B. RGB value is (222,239,27). Sum of RGB (Red+Green+Blue) = 222+239+27=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 27 (10.94% from 255 or 5.53% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEF1B is #2110E4. Grayscale: #D2D2D2. Windows color (decimal): -2167013 or 1830878. OLE color: 1830878.
HSL color Cylindrical-coordinate representation of color #DEEF1B: hue angle of 64.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEEF1B is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 27 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.06 |
| HSL | 64.81º | 0.87% | 0.52% | - |
| HSV(B) | 64.81º | 0.89% | 0.94% | - |
| XYZ | 61.19 | 77.34 | 12.74 | - |
| YUV | 209.75 | 24.87 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 27 | 0.07 | 0 | 0.89 | 0.06 | 64.81 | 0.87 | 0.52 |
| Hex | DE | EF | 1B | 7 | 0 | 59 | 6 | 41 | 57 | 34 |
| Octal | 336 | 357 | 33 | 7 | 0 | 131 | 6 | 101 | 127 | 64 |
| Binary | 11011110 | 11101111 | 11011 | 111 | 0 | 1011001 | 110 | 1000001 | 1010111 | 110100 |
Color Harmonies of #DEEF1B
Complementary color
Monochromatic Colors of #DEEF1B
Black with #DEEF1B
Text Example
Text Example
White with #DEEF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEF1B; }
p { color: rgb(222,239,27); }
H1.HeaderClassName
{
color: #DEEF1B;
}
.AnyTagClassName
{
color: #DEEF1B;
}
</style>
background-color css
<style>
a { background-color: #DEEF1B; }
a { background-color: rgb(222,239,27); }
div.DivClassName
{
background-color: #DEEF1B;
}
.BgClassName
{
background-color: #DEEF1B;
}
</style>
border-color css
<style>
span { border-color: #DEEF1B; }
span { border-color: rgb(222,239,27); }
td.TdClassName
{
border-color: #DEEF1B;
}
.TagClassName
{
border-color: #DEEF1B;
}
</style>