#D2E130

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

Shades of Pear #D2E130

Tints of Pear #D2E130

Color information

#D2E130 (or 0xD2E130) is unknown color: approx Pear. HEX triplet: D2, E1 and 30. RGB value is (210,225,48). Sum of RGB (Red+Green+Blue) = 210+225+48=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E130 is #2D1ECF. Grayscale: #C9C9C9. Windows color (decimal): -2957008 or 3203538. OLE color: 3203538.

HSL color Cylindrical-coordinate representation of color #D2E130: hue angle of 65.08º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2E130 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB21022548-
CMYK0.0700.790.12
HSL65.08º74.68%53.53%-
HSV(B)65.08º78.67%88.24%-
XYZ54.0467.7713.03-
YUV200.3442.03134.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.48%
GREEN value IS 225 (88.28% from 255) = 46.58%
BLUE value IS 48 (19.14% from 255) = 9.94%
R=43.48%
G=46.58%
B=9.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210225480.0700.790.1265.0874.6853.53
HexD2E130704FC414b36
Octal32234160701171410111366
Binary110100101110000111000011101001111110010000011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E130; }

 p { color: rgb(210,225,48); }

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

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

 a { background-color: rgb(210,225,48); }

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

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

 span { border-color: rgb(210,225,48); }

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