#D8F71E

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

Shades of Pear #D8F71E

Tints of Pear #D8F71E

Color information

#D8F71E (or 0xD8F71E) is unknown color: approx Pear. HEX triplet: D8, F7 and 1E. RGB value is (216,247,30). Sum of RGB (Red+Green+Blue) = 216+247+30=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 30 (12.11% from 255 or 6.09% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #D8F71E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F71E is #2708E1. Grayscale: #D5D5D5. Windows color (decimal): -2558178 or 2029528. OLE color: 2029528.

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

Color convert

RGB21624730-
CMYK0.1300.880.03
HSL68.57º93.13%54.31%-
HSV(B)68.57º87.85%96.86%-
XYZ61.8181.2113.65-
YUV212.9924.73130.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.81%
GREEN value IS 247 (96.88% from 255) = 50.10%
BLUE value IS 30 (12.11% from 255) = 6.09%
R=43.81%
G=50.10%
B=6.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal216247300.1300.880.0368.5793.1354.31
HexD8F71ED0583455d36
Octal33036736150130310513566
Binary1101100011110111111101101010110001110001011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F71E; }

 p { color: rgb(216,247,30); }

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

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

 a { background-color: rgb(216,247,30); }

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

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

 span { border-color: rgb(216,247,30); }

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