#D3E832

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

Shades of Pear #D3E832

Tints of Pear #D3E832

Color information

#D3E832 (or 0xD3E832) is unknown color: approx Pear. HEX triplet: D3, E8 and 32. RGB value is (211,232,50). Sum of RGB (Red+Green+Blue) = 211+232+50=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 232 - color contains mainly: green. Hex color #D3E832 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3E832 is #2C17CD. Grayscale: #CDCDCD. Windows color (decimal): -2889678 or 3336403. OLE color: 3336403.

HSL color Cylindrical-coordinate representation of color #D3E832: hue angle of 66.92º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3E832 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB21123250-
CMYK0.0900.780.09
HSL66.92º79.82%55.29%-
HSV(B)66.92º78.45%90.98%-
XYZ56.371.7913.91-
YUV204.9740.54132.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.80%
GREEN value IS 232 (91.02% from 255) = 47.06%
BLUE value IS 50 (19.92% from 255) = 10.14%
R=42.80%
G=47.06%
B=10.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211232500.0900.780.0966.9279.8255.29
HexD3E832904E9435037
Octal323350621101161110312067
Binary1101001111101000110010100101001110100110000111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E832; }

 p { color: rgb(211,232,50); }

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

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

 a { background-color: rgb(211,232,50); }

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

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

 span { border-color: rgb(211,232,50); }

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