#D3E54B

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

Shades of Pear #D3E54B

Tints of Pear #D3E54B

Color information

#D3E54B (or 0xD3E54B) is unknown color: approx Pear. HEX triplet: D3, E5 and 4B. RGB value is (211,229,75). Sum of RGB (Red+Green+Blue) = 211+229+75=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E54B is #2C1AB4. Grayscale: #CECECE. Windows color (decimal): -2890421 or 4974035. OLE color: 4974035.

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

Color convert

RGB21122975-
CMYK0.0800.670.10
HSL67.01º74.76%59.61%-
HSV(B)67.01º67.25%89.8%-
XYZ56.1570.417.28-
YUV206.0654.04131.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.97%
GREEN value IS 229 (89.84% from 255) = 44.47%
BLUE value IS 75 (29.69% from 255) = 14.56%
R=40.97%
G=44.47%
B=14.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal211229750.0800.670.1067.0174.7659.61
HexD3E54B8043A434b3c
Octal3233451131001031210311374
Binary11010011111001011001011100001000011101010000111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E54B; }

 p { color: rgb(211,229,75); }

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

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

 a { background-color: rgb(211,229,75); }

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

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

 span { border-color: rgb(211,229,75); }

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