#D7E340

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

Shades of Pear #D7E340

Tints of Pear #D7E340

Color information

#D7E340 (or 0xD7E340) is unknown color: approx Pear. HEX triplet: D7, E3 and 40. RGB value is (215,227,64). Sum of RGB (Red+Green+Blue) = 215+227+64=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7E340 is #281CBF. Grayscale: #CDCDCD. Windows color (decimal): -2628800 or 4252631. OLE color: 4252631.

HSL color Cylindrical-coordinate representation of color #D7E340: hue angle of 64.42º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D7E340 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB21522764-
CMYK0.0500.720.11
HSL64.42º74.43%57.06%-
HSV(B)64.42º71.81%89.02%-
XYZ56.4269.7615.34-
YUV204.8348.52135.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.49%
GREEN value IS 227 (89.06% from 255) = 44.86%
BLUE value IS 64 (25.39% from 255) = 12.65%
R=42.49%
G=44.86%
B=12.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal215227640.0500.720.1164.4274.4357.06
HexD7E3405048B404a39
Octal327343100501101310011271
Binary1101011111100011100000010101001000101110000001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E340; }

 p { color: rgb(215,227,64); }

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

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

 a { background-color: rgb(215,227,64); }

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

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

 span { border-color: rgb(215,227,64); }

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