Shades of Pear #DDFC2A
Tints of Pear #DDFC2A
RGB
CMYK
RGB Variations
Color information
#DDFC2A (or 0xDDFC2A) is known color: Pear. HEX triplet: DD, FC and 2A. RGB value is (221,252,42). Sum of RGB (Red+Green+Blue) = 221+252+42=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 42 (16.80% from 255 or 8.16% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFC2A is #2203D5. Grayscale: #DBDBDB. Windows color (decimal): -2229206 or 2817245. OLE color: 2817245.
HSL color Cylindrical-coordinate representation of color #DDFC2A: hue angle of 68.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDFC2A is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 42 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.01 |
| HSL | 68.86º | 0.97% | 0.58% | - |
| HSV(B) | 68.86º | 0.83% | 0.99% | - |
| XYZ | 65.05 | 85.16 | 15.2 | - |
| YUV | 218.79 | 28.23 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 42 | 0.12 | 0 | 0.83 | 0.01 | 68.86 | 0.97 | 0.58 |
| Hex | DD | FC | 2A | C | 0 | 53 | 1 | 45 | 61 | 3A |
| Octal | 335 | 374 | 52 | 14 | 0 | 123 | 1 | 105 | 141 | 72 |
| Binary | 11011101 | 11111100 | 101010 | 1100 | 0 | 1010011 | 1 | 1000101 | 1100001 | 111010 |
Color Harmonies of #DDFC2A
Complementary color
Monochromatic Colors of #DDFC2A
Black with #DDFC2A
Text Example
Text Example
White with #DDFC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC2A; }
p { color: rgb(221,252,42); }
H1.HeaderClassName
{
color: #DDFC2A;
}
.AnyTagClassName
{
color: #DDFC2A;
}
</style>
background-color css
<style>
a { background-color: #DDFC2A; }
a { background-color: rgb(221,252,42); }
div.DivClassName
{
background-color: #DDFC2A;
}
.BgClassName
{
background-color: #DDFC2A;
}
</style>
border-color css
<style>
span { border-color: #DDFC2A; }
span { border-color: rgb(221,252,42); }
td.TdClassName
{
border-color: #DDFC2A;
}
.TagClassName
{
border-color: #DDFC2A;
}
</style>