#DFF82C

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

Shades of Pear #DFF82C

Tints of Pear #DFF82C

Color information

#DFF82C (or 0xDFF82C) is unknown color: approx Pear. HEX triplet: DF, F8 and 2C. RGB value is (223,248,44). Sum of RGB (Red+Green+Blue) = 223+248+44=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 44 (17.58% from 255 or 8.54% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF82C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF82C is #2007D3. Grayscale: #DADADA. Windows color (decimal): -2099156 or 2947295. OLE color: 2947295.

HSL color Cylindrical-coordinate representation of color #DFF82C: hue angle of 67.35º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFF82C is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB22324844-
CMYK0.1000.820.03
HSL67.35º93.58%57.25%-
HSV(B)67.35º82.26%97.25%-
XYZ64.458315.01-
YUV217.2730.22132.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.30%
GREEN value IS 248 (97.27% from 255) = 48.16%
BLUE value IS 44 (17.58% from 255) = 8.54%
R=43.30%
G=48.16%
B=8.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal223248440.1000.820.0367.3593.5857.25
HexDFF82CA0523435e39
Octal33737054120122310313671
Binary11011111111110001011001010010100101110000111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF82C; }

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

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

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

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

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

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

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

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