#DFF32C

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

Shades of Pear #DFF32C

Tints of Pear #DFF32C

Color information

#DFF32C (or 0xDFF32C) is unknown color: approx Pear. HEX triplet: DF, F3 and 2C. RGB value is (223,243,44). Sum of RGB (Red+Green+Blue) = 223+243+44=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 44 (17.58% from 255 or 8.63% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF32C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF32C is #200CD3. Grayscale: #D7D7D7. Windows color (decimal): -2100436 or 2946015. OLE color: 2946015.

HSL color Cylindrical-coordinate representation of color #DFF32C: hue angle of 66.03º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFF32C is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB22324344-
CMYK0.0800.820.05
HSL66.03º89.24%56.27%-
HSV(B)66.03º81.89%95.29%-
XYZ62.9479.9714.5-
YUV214.3331.87134.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 243 (95.31% from 255) = 47.65%
BLUE value IS 44 (17.58% from 255) = 8.63%
R=43.73%
G=47.65%
B=8.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal223243440.0800.820.0566.0389.2456.27
HexDFF32C80525425938
Octal33736354100122510213170
Binary110111111111001110110010000101001010110000101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF32C; }

 p { color: rgb(223,243,44); }

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

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

 a { background-color: rgb(223,243,44); }

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

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

 span { border-color: rgb(223,243,44); }

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