Shades of Pear #DDFE27
Tints of Pear #DDFE27
RGB
CMYK
RGB Variations
Color information
#DDFE27 (or 0xDDFE27) is known color: Pear. HEX triplet: DD, FE and 27. RGB value is (221,254,39). Sum of RGB (Red+Green+Blue) = 221+254+39=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 39 (15.62% from 255 or 7.59% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE27 is #2201D8. Grayscale: #DCDCDC. Windows color (decimal): -2228697 or 2621149. OLE color: 2621149.
HSL color Cylindrical-coordinate representation of color #DDFE27: hue angle of 69.21º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDFE27 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 39 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.00 |
| HSL | 69.21º | 0.99% | 0.57% | - |
| HSV(B) | 69.21º | 0.85% | 1% | - |
| XYZ | 65.63 | 86.4 | 15.14 | - |
| YUV | 219.62 | 26.07 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 39 | 0.13 | 0 | 0.85 | 0.00 | 69.21 | 0.99 | 0.57 |
| Hex | DD | FE | 27 | D | 0 | 55 | 0 | 45 | 63 | 39 |
| Octal | 335 | 376 | 47 | 15 | 0 | 125 | 0 | 105 | 143 | 71 |
| Binary | 11011101 | 11111110 | 100111 | 1101 | 0 | 1010101 | 0 | 1000101 | 1100011 | 111001 |
Color Harmonies of #DDFE27
Complementary color
Monochromatic Colors of #DDFE27
Black with #DDFE27
Text Example
Text Example
White with #DDFE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE27; }
p { color: rgb(221,254,39); }
H1.HeaderClassName
{
color: #DDFE27;
}
.AnyTagClassName
{
color: #DDFE27;
}
</style>
background-color css
<style>
a { background-color: #DDFE27; }
a { background-color: rgb(221,254,39); }
div.DivClassName
{
background-color: #DDFE27;
}
.BgClassName
{
background-color: #DDFE27;
}
</style>
border-color css
<style>
span { border-color: #DDFE27; }
span { border-color: rgb(221,254,39); }
td.TdClassName
{
border-color: #DDFE27;
}
.TagClassName
{
border-color: #DDFE27;
}
</style>