#dff42a

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

Shades of Pear #DFF42A

Tints of Pear #DFF42A

Color information

#DFF42A (or 0xDFF42A) is unknown color: approx Pear. HEX triplet: DF, F4 and 2A. RGB value is (223,244,42). Sum of RGB (Red+Green+Blue) = 223+244+42=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 42 (16.80% from 255 or 8.25% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF42A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF42A is #200BD5. Grayscale: #D7D7D7. Windows color (decimal): -2100182 or 2815199. OLE color: 2815199.

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

Color convert

RGB22324442-
CMYK0.0900.830.04
HSL66.24º90.18%56.08%-
HSV(B)66.24º82.79%95.69%-
XYZ63.280.5614.41-
YUV214.6930.54133.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.81%
GREEN value IS 244 (95.70% from 255) = 47.94%
BLUE value IS 42 (16.80% from 255) = 8.25%
R=43.81%
G=47.94%
B=8.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal223244420.0900.830.0466.2490.1856.08
HexDFF42A90534425a38
Octal33736452110123410213270
Binary110111111111010010101010010101001110010000101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dff42a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dff42a; }

 p { color: rgb(223,244,42); }

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

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

 a { background-color: rgb(223,244,42); }

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

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

 span { border-color: rgb(223,244,42); }

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