#D2EB46

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

Shades of Pear #D2EB46

Tints of Pear #D2EB46

Color information

#D2EB46 (or 0xD2EB46) is unknown color: approx Pear. HEX triplet: D2, EB and 46. RGB value is (210,235,70). Sum of RGB (Red+Green+Blue) = 210+235+70=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 70 (27.73% from 255 or 13.59% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EB46 is #2D14B9. Grayscale: #D1D1D1. Windows color (decimal): -2954426 or 4647890. OLE color: 4647890.

HSL color Cylindrical-coordinate representation of color #D2EB46: hue angle of 69.09º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2EB46 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB21023570-
CMYK0.1100.700.08
HSL69.09º80.49%59.8%-
HSV(B)69.09º70.21%92.16%-
XYZ57.3973.5616.97-
YUV208.7149.72128.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 235 (92.19% from 255) = 45.63%
BLUE value IS 70 (27.73% from 255) = 13.59%
R=40.78%
G=45.63%
B=13.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210235700.1100.700.0869.0980.4959.8
HexD2EB46B046845503c
Octal3223531061301061010512074
Binary11010010111010111000110101101000110100010001011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EB46; }

 p { color: rgb(210,235,70); }

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

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

 a { background-color: rgb(210,235,70); }

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

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

 span { border-color: rgb(210,235,70); }

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