#D2E734

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

Shades of Pear #D2E734

Tints of Pear #D2E734

Color information

#D2E734 (or 0xD2E734) is unknown color: approx Pear. HEX triplet: D2, E7 and 34. RGB value is (210,231,52). Sum of RGB (Red+Green+Blue) = 210+231+52=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E734 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E734 is #2D18CB. Grayscale: #CDCDCD. Windows color (decimal): -2955468 or 3467218. OLE color: 3467218.

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

Color convert

RGB21023152-
CMYK0.0900.770.09
HSL67.04º78.85%55.49%-
HSV(B)67.04º77.49%90.59%-
XYZ55.7771.114.03-
YUV204.3142.04132.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 231 (90.62% from 255) = 46.86%
BLUE value IS 52 (20.70% from 255) = 10.55%
R=42.60%
G=46.86%
B=10.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210231520.0900.770.0967.0478.8555.49
HexD2E734904D9434f37
Octal322347641101151110311767
Binary1101001011100111110100100101001101100110000111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E734; }

 p { color: rgb(210,231,52); }

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

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

 a { background-color: rgb(210,231,52); }

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

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

 span { border-color: rgb(210,231,52); }

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