#DDF745

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

Shades of Pear #DDF745

Tints of Pear #DDF745

Color information

#DDF745 (or 0xDDF745) is unknown color: approx Pear. HEX triplet: DD, F7 and 45. RGB value is (221,247,69). Sum of RGB (Red+Green+Blue) = 221+247+69=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 69 (27.34% from 255 or 12.85% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF745 is #2208BA. Grayscale: #DBDBDB. Windows color (decimal): -2230459 or 4585437. OLE color: 4585437.

HSL color Cylindrical-coordinate representation of color #DDF745: hue angle of 68.76º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDF745 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB22124769-
CMYK0.1100.720.03
HSL68.76º91.75%61.96%-
HSV(B)68.76º72.06%96.86%-
XYZ64.1582.3218.14-
YUV218.9343.39129.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 247 (96.88% from 255) = 46.00%
BLUE value IS 69 (27.34% from 255) = 12.85%
R=41.15%
G=46.00%
B=12.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal221247690.1100.720.0368.7691.7561.96
HexDDF745B0483455c3e
Octal335367105130110310513476
Binary110111011111011110001011011010010001110001011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF745; }

 p { color: rgb(221,247,69); }

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

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

 a { background-color: rgb(221,247,69); }

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

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

 span { border-color: rgb(221,247,69); }

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