#DEFF46

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

Shades of Pear #DEFF46

Tints of Pear #DEFF46

Color information

#DEFF46 (or 0xDEFF46) is unknown color: approx Pear. HEX triplet: DE, FF and 46. RGB value is (222,255,70). Sum of RGB (Red+Green+Blue) = 222+255+70=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 70 (27.73% from 255 or 12.80% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFF46 is #2100B9. Grayscale: #E0E0E0. Windows color (decimal): -2162874 or 4653022. OLE color: 4653022.

HSL color Cylindrical-coordinate representation of color #DEFF46: hue angle of 70.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEFF46 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB22225570-
CMYK0.1300.730
HSL70.7º100%63.73%-
HSV(B)70.7º72.55%100%-
XYZ66.9987.4919.15-
YUV224.0441.07126.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 255 (100% from 255) = 46.62%
BLUE value IS 70 (27.73% from 255) = 12.80%
R=40.59%
G=46.62%
B=12.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal222255700.1300.73070.710063.73
HexDEFF46D0490476440
Octal3363771061501110107144100
Binary110111101111111110001101101010010010100011111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF46; }

 p { color: rgb(222,255,70); }

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

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

 a { background-color: rgb(222,255,70); }

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

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

 span { border-color: rgb(222,255,70); }

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