Shades of Pear #DEFF27
Tints of Pear #DEFF27
RGB
CMYK
RGB Variations
Color information
#DEFF27 (or 0xDEFF27) is known color: Pear. HEX triplet: DE, FF and 27. RGB value is (222,255,39). Sum of RGB (Red+Green+Blue) = 222+255+39=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 39 (15.62% from 255 or 7.56% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFF27 is #2100D8. Grayscale: #DDDDDD. Windows color (decimal): -2162905 or 2621406. OLE color: 2621406.
HSL color Cylindrical-coordinate representation of color #DEFF27: hue angle of 69.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEFF27 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 39 | - |
| CMYK | 0.13 | 0 | 0.85 | 0 |
| HSL | 69.17º | 1% | 0.58% | - |
| HSV(B) | 69.17º | 0.85% | 1% | - |
| XYZ | 66.25 | 87.2 | 15.26 | - |
| YUV | 220.51 | 25.57 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 39 | 0.13 | 0 | 0.85 | 0 | 69.17 | 1 | 0.58 |
| Hex | DE | FF | 27 | D | 0 | 55 | 0 | 45 | 64 | 3A |
| Octal | 336 | 377 | 47 | 15 | 0 | 125 | 0 | 105 | 144 | 72 |
| Binary | 11011110 | 11111111 | 100111 | 1101 | 0 | 1010101 | 0 | 1000101 | 1100100 | 111010 |
Color Harmonies of #DEFF27
Complementary color
Monochromatic Colors of #DEFF27
Black with #DEFF27
Text Example
Text Example
White with #DEFF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF27; }
p { color: rgb(222,255,39); }
H1.HeaderClassName
{
color: #DEFF27;
}
.AnyTagClassName
{
color: #DEFF27;
}
</style>
background-color css
<style>
a { background-color: #DEFF27; }
a { background-color: rgb(222,255,39); }
div.DivClassName
{
background-color: #DEFF27;
}
.BgClassName
{
background-color: #DEFF27;
}
</style>
border-color css
<style>
span { border-color: #DEFF27; }
span { border-color: rgb(222,255,39); }
td.TdClassName
{
border-color: #DEFF27;
}
.TagClassName
{
border-color: #DEFF27;
}
</style>