Shades of Pear #DDFF2A
Tints of Pear #DDFF2A
RGB
CMYK
RGB Variations
Color information
#DDFF2A (or 0xDDFF2A) is known color: Pear. HEX triplet: DD, FF and 2A. RGB value is (221,255,42). Sum of RGB (Red+Green+Blue) = 221+255+42=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 42 (16.80% from 255 or 8.11% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF2A is #2200D5. Grayscale: #DDDDDD. Windows color (decimal): -2228438 or 2818013. OLE color: 2818013.
HSL color Cylindrical-coordinate representation of color #DDFF2A: hue angle of 69.58º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDFF2A is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 42 | - |
| CMYK | 0.13 | 0 | 0.84 | 0 |
| HSL | 69.58º | 1% | 0.58% | - |
| HSV(B) | 69.58º | 0.84% | 1% | - |
| XYZ | 66 | 87.06 | 15.52 | - |
| YUV | 220.55 | 27.24 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 42 | 0.13 | 0 | 0.84 | 0 | 69.58 | 1 | 0.58 |
| Hex | DD | FF | 2A | D | 0 | 54 | 0 | 46 | 64 | 3A |
| Octal | 335 | 377 | 52 | 15 | 0 | 124 | 0 | 106 | 144 | 72 |
| Binary | 11011101 | 11111111 | 101010 | 1101 | 0 | 1010100 | 0 | 1000110 | 1100100 | 111010 |
Color Harmonies of #DDFF2A
Complementary color
Monochromatic Colors of #DDFF2A
Black with #DDFF2A
Text Example
Text Example
White with #DDFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF2A; }
p { color: rgb(221,255,42); }
H1.HeaderClassName
{
color: #DDFF2A;
}
.AnyTagClassName
{
color: #DDFF2A;
}
</style>
background-color css
<style>
a { background-color: #DDFF2A; }
a { background-color: rgb(221,255,42); }
div.DivClassName
{
background-color: #DDFF2A;
}
.BgClassName
{
background-color: #DDFF2A;
}
</style>
border-color css
<style>
span { border-color: #DDFF2A; }
span { border-color: rgb(221,255,42); }
td.TdClassName
{
border-color: #DDFF2A;
}
.TagClassName
{
border-color: #DDFF2A;
}
</style>