#D8E93E

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

Shades of Pear #D8E93E

Tints of Pear #D8E93E

Color information

#D8E93E (or 0xD8E93E) is unknown color: approx Pear. HEX triplet: D8, E9 and 3E. RGB value is (216,233,62). Sum of RGB (Red+Green+Blue) = 216+233+62=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 62 (24.61% from 255 or 12.13% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #D8E93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8E93E is #2716C1. Grayscale: #D1D1D1. Windows color (decimal): -2561730 or 4123096. OLE color: 4123096.

HSL color Cylindrical-coordinate representation of color #D8E93E: hue angle of 65.96º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8E93E is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB21623362-
CMYK0.0700.730.09
HSL65.96º79.53%57.84%-
HSV(B)65.96º73.39%91.37%-
XYZ58.3373.2215.62-
YUV208.4245.37133.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.27%
GREEN value IS 233 (91.41% from 255) = 45.60%
BLUE value IS 62 (24.61% from 255) = 12.13%
R=42.27%
G=45.60%
B=12.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal216233620.0700.730.0965.9679.5357.84
HexD8E93E7049942503a
Octal33035176701111110212072
Binary110110001110100111111011101001001100110000101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E93E; }

 p { color: rgb(216,233,62); }

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

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

 a { background-color: rgb(216,233,62); }

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

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

 span { border-color: rgb(216,233,62); }

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