#D4E129

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

Shades of Pear #D4E129

Tints of Pear #D4E129

Color information

#D4E129 (or 0xD4E129) is unknown color: approx Pear. HEX triplet: D4, E1 and 29. RGB value is (212,225,41). Sum of RGB (Red+Green+Blue) = 212+225+41=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 41 (16.41% from 255 or 8.58% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E129 is #2B1ED6. Grayscale: #C8C8C8. Windows color (decimal): -2825943 or 2744788. OLE color: 2744788.

HSL color Cylindrical-coordinate representation of color #D4E129: hue angle of 64.24º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4E129 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB21222541-
CMYK0.0600.820.12
HSL64.24º75.41%52.16%-
HSV(B)64.24º81.78%88.24%-
XYZ54.4868.0112.35-
YUV200.1438.19136.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.35%
GREEN value IS 225 (88.28% from 255) = 47.07%
BLUE value IS 41 (16.41% from 255) = 8.58%
R=44.35%
G=47.07%
B=8.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal212225410.0600.820.1264.2475.4152.16
HexD4E1296052C404b34
Octal32434151601221410011364
Binary110101001110000110100111001010010110010000001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E129; }

 p { color: rgb(212,225,41); }

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

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

 a { background-color: rgb(212,225,41); }

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

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

 span { border-color: rgb(212,225,41); }

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