#DEF73A

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

Shades of Pear #DEF73A

Tints of Pear #DEF73A

Color information

#DEF73A (or 0xDEF73A) is unknown color: approx Pear. HEX triplet: DE, F7 and 3A. RGB value is (222,247,58). Sum of RGB (Red+Green+Blue) = 222+247+58=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 58 (23.05% from 255 or 11.01% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF73A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF73A is #2108C5. Grayscale: #DADADA. Windows color (decimal): -2164934 or 3864542. OLE color: 3864542.

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

Color convert

RGB22224758-
CMYK0.1000.770.03
HSL67.94º92.2%59.8%-
HSV(B)67.94º76.52%96.86%-
XYZ64.1582.3616.52-
YUV217.9837.72130.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 247 (96.88% from 255) = 46.87%
BLUE value IS 58 (23.05% from 255) = 11.01%
R=42.13%
G=46.87%
B=11.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal222247580.1000.770.0367.9492.259.8
HexDEF73AA04D3445c3c
Octal33636772120115310413474
Binary11011110111101111110101010010011011110001001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF73A; }

 p { color: rgb(222,247,58); }

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

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

 a { background-color: rgb(222,247,58); }

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

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

 span { border-color: rgb(222,247,58); }

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