#D7EB34

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

Shades of Pear #D7EB34

Tints of Pear #D7EB34

Color information

#D7EB34 (or 0xD7EB34) is unknown color: approx Pear. HEX triplet: D7, EB and 34. RGB value is (215,235,52). Sum of RGB (Red+Green+Blue) = 215+235+52=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 52 (20.70% from 255 or 10.36% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EB34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7EB34 is #2814CB. Grayscale: #D0D0D0. Windows color (decimal): -2626764 or 3468247. OLE color: 3468247.

HSL color Cylindrical-coordinate representation of color #D7EB34: hue angle of 66.56º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7EB34 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB21523552-
CMYK0.0900.780.08
HSL66.56º82.06%56.27%-
HSV(B)66.56º77.87%92.16%-
XYZ58.3574.1114.48-
YUV208.1639.87132.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.83%
GREEN value IS 235 (92.19% from 255) = 46.81%
BLUE value IS 52 (20.70% from 255) = 10.36%
R=42.83%
G=46.81%
B=10.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal215235520.0900.780.0866.5682.0656.27
HexD7EB34904E8435238
Octal327353641101161010312270
Binary1101011111101011110100100101001110100010000111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EB34; }

 p { color: rgb(215,235,52); }

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

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

 a { background-color: rgb(215,235,52); }

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

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

 span { border-color: rgb(215,235,52); }

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