Shades of Pear #DDFF27
Tints of Pear #DDFF27
RGB
CMYK
RGB Variations
Color information
#DDFF27 (or 0xDDFF27) is known color: Pear. HEX triplet: DD, FF and 27. RGB value is (221,255,39). Sum of RGB (Red+Green+Blue) = 221+255+39=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 39 (15.62% from 255 or 7.57% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF27 is #2200D8. Grayscale: #DDDDDD. Windows color (decimal): -2228441 or 2621405. OLE color: 2621405.
HSL color Cylindrical-coordinate representation of color #DDFF27: hue angle of 69.44º 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 #DDFF27 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 39 | - |
| CMYK | 0.13 | 0 | 0.85 | 0 |
| HSL | 69.44º | 1% | 0.58% | - |
| HSV(B) | 69.44º | 0.85% | 1% | - |
| XYZ | 65.95 | 87.04 | 15.24 | - |
| YUV | 220.21 | 25.74 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 39 | 0.13 | 0 | 0.85 | 0 | 69.44 | 1 | 0.58 |
| Hex | DD | FF | 27 | D | 0 | 55 | 0 | 45 | 64 | 3A |
| Octal | 335 | 377 | 47 | 15 | 0 | 125 | 0 | 105 | 144 | 72 |
| Binary | 11011101 | 11111111 | 100111 | 1101 | 0 | 1010101 | 0 | 1000101 | 1100100 | 111010 |
Color Harmonies of #DDFF27
Complementary color
Monochromatic Colors of #DDFF27
Black with #DDFF27
Text Example
Text Example
White with #DDFF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF27; }
p { color: rgb(221,255,39); }
H1.HeaderClassName
{
color: #DDFF27;
}
.AnyTagClassName
{
color: #DDFF27;
}
</style>
background-color css
<style>
a { background-color: #DDFF27; }
a { background-color: rgb(221,255,39); }
div.DivClassName
{
background-color: #DDFF27;
}
.BgClassName
{
background-color: #DDFF27;
}
</style>
border-color css
<style>
span { border-color: #DDFF27; }
span { border-color: rgb(221,255,39); }
td.TdClassName
{
border-color: #DDFF27;
}
.TagClassName
{
border-color: #DDFF27;
}
</style>