#D4E420

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

Shades of Pear #D4E420

Tints of Pear #D4E420

Color information

#D4E420 (or 0xD4E420) is unknown color: approx Pear. HEX triplet: D4, E4 and 20. RGB value is (212,228,32). Sum of RGB (Red+Green+Blue) = 212+228+32=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E420 is #2B1BDF. Grayscale: #C9C9C9. Windows color (decimal): -2825184 or 2155732. OLE color: 2155732.

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

Color convert

RGB21222832-
CMYK0.0700.860.11
HSL64.9º78.4%50.98%-
HSV(B)64.9º85.96%89.41%-
XYZ55.1669.5911.89-
YUV200.8732.7135.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 228 (89.45% from 255) = 48.31%
BLUE value IS 32 (12.89% from 255) = 6.78%
R=44.92%
G=48.31%
B=6.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal212228320.0700.860.1164.978.450.98
HexD4E4207056B414e33
Octal32434440701261310111663
Binary110101001110010010000011101010110101110000011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E420; }

 p { color: rgb(212,228,32); }

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

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

 a { background-color: rgb(212,228,32); }

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

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

 span { border-color: rgb(212,228,32); }

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