#D2E019

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

Shades of Pear #D2E019

Tints of Pear #D2E019

Color information

#D2E019 (or 0xD2E019) is unknown color: approx Pear. HEX triplet: D2, E0 and 19. RGB value is (210,224,25). Sum of RGB (Red+Green+Blue) = 210+224+25=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 25 (10.16% from 255 or 5.45% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E019 is #2D1FE6. Grayscale: #C5C5C5. Windows color (decimal): -2957287 or 1695954. OLE color: 1695954.

HSL color Cylindrical-coordinate representation of color #D2E019: hue angle of 64.22º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2E019 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB21022425-
CMYK0.0600.890.12
HSL64.22º79.92%48.82%-
HSV(B)64.22º88.84%87.84%-
XYZ53.4167.0811.05-
YUV197.1330.86137.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.75%
GREEN value IS 224 (87.89% from 255) = 48.80%
BLUE value IS 25 (10.16% from 255) = 5.45%
R=45.75%
G=48.80%
B=5.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210224250.0600.890.1264.2279.9248.82
HexD2E0196059C405031
Octal32234031601311410012061
Binary11010010111000001100111001011001110010000001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E019; }

 p { color: rgb(210,224,25); }

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

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

 a { background-color: rgb(210,224,25); }

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

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

 span { border-color: rgb(210,224,25); }

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