#DDF528

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

Shades of Pear #DDF528

Tints of Pear #DDF528

Color information

#DDF528 (or 0xDDF528) is unknown color: approx Pear. HEX triplet: DD, F5 and 28. RGB value is (221,245,40). Sum of RGB (Red+Green+Blue) = 221+245+40=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 245 (96.09% from 255 or 48.42% from 506); Blue value is 40 (16.02% from 255 or 7.91% from 506); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF528 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF528 is #220AD7. Grayscale: #D7D7D7. Windows color (decimal): -2231000 or 2684381. OLE color: 2684381.

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

Color convert

RGB22124540-
CMYK0.1000.840.04
HSL67.02º91.11%55.88%-
HSV(B)67.02º83.67%96.08%-
XYZ62.8580.8314.3-
YUV214.4529.55132.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 245 (96.09% from 255) = 48.42%
BLUE value IS 40 (16.02% from 255) = 7.91%
R=43.68%
G=48.42%
B=7.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal221245400.1000.840.0467.0291.1155.88
HexDDF528A0544435b38
Octal33536550120124410313370
Binary110111011111010110100010100101010010010000111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF528; }

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

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

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

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

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

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

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

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