#D8E52F

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

Shades of Pear #D8E52F

Tints of Pear #D8E52F

Color information

#D8E52F (or 0xD8E52F) is unknown color: approx Pear. HEX triplet: D8, E5 and 2F. RGB value is (216,229,47). Sum of RGB (Red+Green+Blue) = 216+229+47=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #D8E52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E52F is #271AD0. Grayscale: #CDCDCD. Windows color (decimal): -2562769 or 3139032. OLE color: 3139032.

HSL color Cylindrical-coordinate representation of color #D8E52F: hue angle of 64.29º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8E52F is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB21622947-
CMYK0.0600.790.10
HSL64.29º77.78%54.12%-
HSV(B)64.29º79.48%89.8%-
XYZ56.8570.8413.37-
YUV204.3639.19136.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.90%
GREEN value IS 229 (89.84% from 255) = 46.54%
BLUE value IS 47 (18.75% from 255) = 9.55%
R=43.90%
G=46.54%
B=9.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal216229470.0600.790.1064.2977.7854.12
HexD8E52F604FA404e36
Octal33034557601171210011666
Binary110110001110010110111111001001111101010000001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E52F; }

 p { color: rgb(216,229,47); }

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

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

 a { background-color: rgb(216,229,47); }

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

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

 span { border-color: rgb(216,229,47); }

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