#D5EC2A

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

Shades of Pear #D5EC2A

Tints of Pear #D5EC2A

Color information

#D5EC2A (or 0xD5EC2A) is unknown color: approx Pear. HEX triplet: D5, EC and 2A. RGB value is (213,236,42). Sum of RGB (Red+Green+Blue) = 213+236+42=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 42 (16.80% from 255 or 8.55% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EC2A is #2A13D5. Grayscale: #CFCFCF. Windows color (decimal): -2757590 or 2813141. OLE color: 2813141.

HSL color Cylindrical-coordinate representation of color #D5EC2A: hue angle of 67.11º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5EC2A is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB21323642-
CMYK0.1000.820.07
HSL67.11º83.62%54.51%-
HSV(B)67.11º82.2%92.55%-
XYZ57.8574.313.48-
YUV207.0134.88132.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 236 (92.58% from 255) = 48.07%
BLUE value IS 42 (16.80% from 255) = 8.55%
R=43.38%
G=48.07%
B=8.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal213236420.1000.820.0767.1183.6254.51
HexD5EC2AA0527435437
Octal32535452120122710312467
Binary110101011110110010101010100101001011110000111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EC2A; }

 p { color: rgb(213,236,42); }

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

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

 a { background-color: rgb(213,236,42); }

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

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

 span { border-color: rgb(213,236,42); }

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