#D5E51E

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

Shades of Pear #D5E51E

Tints of Pear #D5E51E

Color information

#D5E51E (or 0xD5E51E) is unknown color: approx Pear. HEX triplet: D5, E5 and 1E. RGB value is (213,229,30). Sum of RGB (Red+Green+Blue) = 213+229+30=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 30 (12.11% from 255 or 6.36% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E51E is #2A1AE1. Grayscale: #CACACA. Windows color (decimal): -2759394 or 2024917. OLE color: 2024917.

HSL color Cylindrical-coordinate representation of color #D5E51E: hue angle of 64.82º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5E51E is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB21322930-
CMYK0.0700.870.10
HSL64.82º79.28%50.78%-
HSV(B)64.82º86.9%89.8%-
XYZ55.6970.2811.86-
YUV201.5331.2136.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 229 (89.84% from 255) = 48.52%
BLUE value IS 30 (12.11% from 255) = 6.36%
R=45.13%
G=48.52%
B=6.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal213229300.0700.870.1064.8279.2850.78
HexD5E51E7057A414f33
Octal32534536701271210111763
Binary11010101111001011111011101010111101010000011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E51E; }

 p { color: rgb(213,229,30); }

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

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

 a { background-color: rgb(213,229,30); }

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

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

 span { border-color: rgb(213,229,30); }

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