#D3E21D

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

Shades of Pear #D3E21D

Tints of Pear #D3E21D

Color information

#D3E21D (or 0xD3E21D) is unknown color: approx Pear. HEX triplet: D3, E2 and 1D. RGB value is (211,226,29). Sum of RGB (Red+Green+Blue) = 211+226+29=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 29 (11.72% from 255 or 6.22% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E21D is #2C1DE2. Grayscale: #C7C7C7. Windows color (decimal): -2891235 or 1958611. OLE color: 1958611.

HSL color Cylindrical-coordinate representation of color #D3E21D: hue angle of 64.57º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3E21D is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB21122629-
CMYK0.0700.870.11
HSL64.57º77.25%50%-
HSV(B)64.57º87.17%88.63%-
XYZ54.2868.3311.49-
YUV199.0632.03136.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.28%
GREEN value IS 226 (88.67% from 255) = 48.50%
BLUE value IS 29 (11.72% from 255) = 6.22%
R=45.28%
G=48.50%
B=6.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal211226290.0700.870.1164.5777.2550
HexD3E21D7057B414d32
Octal32334235701271310111562
Binary11010011111000101110111101010111101110000011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E21D; }

 p { color: rgb(211,226,29); }

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

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

 a { background-color: rgb(211,226,29); }

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

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

 span { border-color: rgb(211,226,29); }

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