#D2EA3B

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

Shades of Pear #D2EA3B

Tints of Pear #D2EA3B

Color information

#D2EA3B (or 0xD2EA3B) is unknown color: approx Pear. HEX triplet: D2, EA and 3B. RGB value is (210,234,59). Sum of RGB (Red+Green+Blue) = 210+234+59=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 59 (23.44% from 255 or 11.73% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EA3B is #2D15C4. Grayscale: #CFCFCF. Windows color (decimal): -2954693 or 3926738. OLE color: 3926738.

HSL color Cylindrical-coordinate representation of color #D2EA3B: hue angle of 68.23º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2EA3B is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB21023459-
CMYK0.1000.750.08
HSL68.23º80.65%57.45%-
HSV(B)68.23º74.79%91.76%-
XYZ56.7972.8615.21-
YUV206.8744.55130.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 234 (91.80% from 255) = 46.52%
BLUE value IS 59 (23.44% from 255) = 11.73%
R=41.75%
G=46.52%
B=11.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210234590.1000.750.0868.2380.6557.45
HexD2EA3BA04B8445139
Octal322352731201131010412171
Binary1101001011101010111011101001001011100010001001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EA3B; }

 p { color: rgb(210,234,59); }

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

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

 a { background-color: rgb(210,234,59); }

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

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

 span { border-color: rgb(210,234,59); }

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