#D4E032

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

Shades of Pear #D4E032

Tints of Pear #D4E032

Color information

#D4E032 (or 0xD4E032) is unknown color: approx Pear. HEX triplet: D4, E0 and 32. RGB value is (212,224,50). Sum of RGB (Red+Green+Blue) = 212+224+50=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E032 is #2B1FCD. Grayscale: #C9C9C9. Windows color (decimal): -2826190 or 3334356. OLE color: 3334356.

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

Color convert

RGB21222450-
CMYK0.0500.780.12
HSL64.14º73.73%53.73%-
HSV(B)64.14º77.68%87.84%-
XYZ54.3867.5413.19-
YUV200.5843.02136.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.62%
GREEN value IS 224 (87.89% from 255) = 46.09%
BLUE value IS 50 (19.92% from 255) = 10.29%
R=43.62%
G=46.09%
B=10.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal212224500.0500.780.1264.1473.7353.73
HexD4E032504EC404a36
Octal32434062501161410011266
Binary110101001110000011001010101001110110010000001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E032; }

 p { color: rgb(212,224,50); }

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

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

 a { background-color: rgb(212,224,50); }

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

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

 span { border-color: rgb(212,224,50); }

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