#D6F72E

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

Shades of Pear #D6F72E

Tints of Pear #D6F72E

Color information

#D6F72E (or 0xD6F72E) is unknown color: approx Pear. HEX triplet: D6, F7 and 2E. RGB value is (214,247,46). Sum of RGB (Red+Green+Blue) = 214+247+46=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 46 (18.36% from 255 or 9.07% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F72E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F72E is #2908D1. Grayscale: #D6D6D6. Windows color (decimal): -2689234 or 3078102. OLE color: 3078102.

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

Color convert

RGB21424746-
CMYK0.1300.810.03
HSL69.85º92.63%57.45%-
HSV(B)69.85º81.38%96.86%-
XYZ61.4981.0114.98-
YUV214.2233.07127.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 247 (96.88% from 255) = 48.72%
BLUE value IS 46 (18.36% from 255) = 9.07%
R=42.21%
G=48.72%
B=9.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal214247460.1300.810.0369.8592.6357.45
HexD6F72ED0513465d39
Octal32636756150121310613571
Binary11010110111101111011101101010100011110001101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F72E; }

 p { color: rgb(214,247,46); }

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

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

 a { background-color: rgb(214,247,46); }

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

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

 span { border-color: rgb(214,247,46); }

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