#DEFA2C

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

Shades of Pear #DEFA2C

Tints of Pear #DEFA2C

Color information

#DEFA2C (or 0xDEFA2C) is unknown color: approx Pear. HEX triplet: DE, FA and 2C. RGB value is (222,250,44). Sum of RGB (Red+Green+Blue) = 222+250+44=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 44 (17.58% from 255 or 8.53% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFA2C is #2105D3. Grayscale: #DADADA. Windows color (decimal): -2164180 or 2947806. OLE color: 2947806.

HSL color Cylindrical-coordinate representation of color #DEFA2C: hue angle of 68.16º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEFA2C is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB22225044-
CMYK0.1100.820.02
HSL68.16º95.37%57.65%-
HSV(B)68.16º82.4%98.04%-
XYZ64.7684.0815.2-
YUV218.1429.72130.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.02%
GREEN value IS 250 (98.05% from 255) = 48.45%
BLUE value IS 44 (17.58% from 255) = 8.53%
R=43.02%
G=48.45%
B=8.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal222250440.1100.820.0268.1695.3757.65
HexDEFA2CB0522445f3a
Octal33637254130122210413772
Binary11011110111110101011001011010100101010001001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFA2C; }

 p { color: rgb(222,250,44); }

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

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

 a { background-color: rgb(222,250,44); }

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

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

 span { border-color: rgb(222,250,44); }

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