#D8E332

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

Shades of Pear #D8E332

Tints of Pear #D8E332

Color information

#D8E332 (or 0xD8E332) is unknown color: approx Pear. HEX triplet: D8, E3 and 32. RGB value is (216,227,50). Sum of RGB (Red+Green+Blue) = 216+227+50=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #D8E332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E332 is #271CCD. Grayscale: #CCCCCC. Windows color (decimal): -2563278 or 3335128. OLE color: 3335128.

HSL color Cylindrical-coordinate representation of color #D8E332: hue angle of 63.73º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8E332 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB21622750-
CMYK0.0500.780.11
HSL63.73º75.97%54.31%-
HSV(B)63.73º77.97%89.02%-
XYZ56.3669.7713.51-
YUV203.5341.36136.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.81%
GREEN value IS 227 (89.06% from 255) = 46.04%
BLUE value IS 50 (19.92% from 255) = 10.14%
R=43.81%
G=46.04%
B=10.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal216227500.0500.780.1163.7375.9754.31
HexD8E332504EB404c36
Octal33034362501161310011466
Binary110110001110001111001010101001110101110000001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E332; }

 p { color: rgb(216,227,50); }

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

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

 a { background-color: rgb(216,227,50); }

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

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

 span { border-color: rgb(216,227,50); }

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