#D5E940

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

Shades of Pear #D5E940

Tints of Pear #D5E940

Color information

#D5E940 (or 0xD5E940) is unknown color: approx Pear. HEX triplet: D5, E9 and 40. RGB value is (213,233,64). Sum of RGB (Red+Green+Blue) = 213+233+64=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E940 is #2A16BF. Grayscale: #D0D0D0. Windows color (decimal): -2758336 or 4254165. OLE color: 4254165.

HSL color Cylindrical-coordinate representation of color #D5E940: hue angle of 67.1º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5E940 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB21323364-
CMYK0.0900.730.09
HSL67.1º79.34%58.24%-
HSV(B)67.1º72.53%91.37%-
XYZ57.572.7915.87-
YUV207.7546.87131.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 233 (91.41% from 255) = 45.69%
BLUE value IS 64 (25.39% from 255) = 12.55%
R=41.76%
G=45.69%
B=12.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal213233640.0900.730.0967.179.3458.24
HexD5E94090499434f3a
Octal3253511001101111110311772
Binary11010101111010011000000100101001001100110000111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E940; }

 p { color: rgb(213,233,64); }

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

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

 a { background-color: rgb(213,233,64); }

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

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

 span { border-color: rgb(213,233,64); }

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