#DDF524

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

Shades of Pear #DDF524

Tints of Pear #DDF524

Color information

#DDF524 (or 0xDDF524) is unknown color: approx Pear. HEX triplet: DD, F5 and 24. RGB value is (221,245,36). Sum of RGB (Red+Green+Blue) = 221+245+36=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 36 (14.45% from 255 or 7.17% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF524 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF524 is #220ADB. Grayscale: #D6D6D6. Windows color (decimal): -2231004 or 2422237. OLE color: 2422237.

HSL color Cylindrical-coordinate representation of color #DDF524: hue angle of 66.89º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDF524 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB22124536-
CMYK0.1000.850.04
HSL66.89º91.27%55.1%-
HSV(B)66.89º85.31%96.08%-
XYZ62.7980.813.96-
YUV21427.55132.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 245 (96.09% from 255) = 48.80%
BLUE value IS 36 (14.45% from 255) = 7.17%
R=44.02%
G=48.80%
B=7.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal221245360.1000.850.0466.8991.2755.1
HexDDF524A0554435b37
Octal33536544120125410313367
Binary110111011111010110010010100101010110010000111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF524; }

 p { color: rgb(221,245,36); }

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

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

 a { background-color: rgb(221,245,36); }

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

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

 span { border-color: rgb(221,245,36); }

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