#D6F53E

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

Shades of Pear #D6F53E

Tints of Pear #D6F53E

Color information

#D6F53E (or 0xD6F53E) is unknown color: approx Pear. HEX triplet: D6, F5 and 3E. RGB value is (214,245,62). Sum of RGB (Red+Green+Blue) = 214+245+62=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 62 (24.61% from 255 or 11.90% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F53E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F53E is #290AC1. Grayscale: #D7D7D7. Windows color (decimal): -2689730 or 4126166. OLE color: 4126166.

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

Color convert

RGB21424562-
CMYK0.1300.750.04
HSL70.16º90.15%60.2%-
HSV(B)70.16º74.69%96.08%-
XYZ61.2579.9516.76-
YUV214.8741.73127.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 245 (96.09% from 255) = 47.02%
BLUE value IS 62 (24.61% from 255) = 11.90%
R=41.07%
G=47.02%
B=11.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal214245620.1300.750.0470.1690.1560.2
HexD6F53ED04B4465a3c
Octal32636576150113410613274
Binary110101101111010111111011010100101110010001101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F53E; }

 p { color: rgb(214,245,62); }

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

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

 a { background-color: rgb(214,245,62); }

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

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

 span { border-color: rgb(214,245,62); }

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