#DDFE47

Color #DDFE47 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DDFE47

Tints of Pear #DDFE47

Color information

#DDFE47 (or 0xDDFE47) is unknown color: approx Pear. HEX triplet: DD, FE and 47. RGB value is (221,254,71). Sum of RGB (Red+Green+Blue) = 221+254+71=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 71 (28.12% from 255 or 13.00% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE47 is #2201B8. Grayscale: #DFDFDF. Windows color (decimal): -2228665 or 4718301. OLE color: 4718301.

HSL color Cylindrical-coordinate representation of color #DDFE47: hue angle of 70.82º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDFE47 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.

Color convert

RGB22125471-
CMYK0.1300.720.00
HSL70.82º98.92%63.73%-
HSV(B)70.82º72.05%99.61%-
XYZ66.486.7119.2-
YUV223.2742.07126.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 254 (99.61% from 255) = 46.52%
BLUE value IS 71 (28.12% from 255) = 13.00%
R=40.48%
G=46.52%
B=13.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal221254710.1300.720.0070.8298.9263.73
HexDDFE47D0480476340
Octal3353761071501100107143100
Binary110111011111111010001111101010010000100011111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFE47; }

 p { color: rgb(221,254,71); }

 H1.HeaderClassName
 {
   color: #DDFE47;
 }
 .AnyTagClassName
 {
   color: #DDFE47;
 }
</style>
background-color css

<style>
 a { background-color: #DDFE47; }

 a { background-color: rgb(221,254,71); }

 div.DivClassName
 {
   background-color: #DDFE47;
 }
 .BgClassName
 {
   background-color: #DDFE47;
 }
</style>
border-color css

<style>
 span { border-color: #DDFE47; }

 span { border-color: rgb(221,254,71); }

 td.TdClassName
 {
   border-color: #DDFE47;
 }
 .TagClassName
 {
   border-color: #DDFE47;
 }
</style>