#D5EC31

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

Shades of Pear #D5EC31

Tints of Pear #D5EC31

Color information

#D5EC31 (or 0xD5EC31) is unknown color: approx Pear. HEX triplet: D5, EC and 31. RGB value is (213,236,49). Sum of RGB (Red+Green+Blue) = 213+236+49=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EC31 is #2A13CE. Grayscale: #D0D0D0. Windows color (decimal): -2757583 or 3271893. OLE color: 3271893.

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

Color convert

RGB21323649-
CMYK0.1000.790.07
HSL67.38º83.11%55.88%-
HSV(B)67.38º79.24%92.55%-
XYZ57.9974.3614.2-
YUV207.838.38131.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 236 (92.58% from 255) = 47.39%
BLUE value IS 49 (19.53% from 255) = 9.84%
R=42.77%
G=47.39%
B=9.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal213236490.1000.790.0767.3883.1155.88
HexD5EC31A04F7435338
Octal32535461120117710312370
Binary110101011110110011000110100100111111110000111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EC31; }

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

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

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

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

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

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

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

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