#D5E83D

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

Shades of Pear #D5E83D

Tints of Pear #D5E83D

Color information

#D5E83D (or 0xD5E83D) is unknown color: approx Pear. HEX triplet: D5, E8 and 3D. RGB value is (213,232,61). Sum of RGB (Red+Green+Blue) = 213+232+61=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E83D is #2A17C2. Grayscale: #CFCFCF. Windows color (decimal): -2758595 or 4057301. OLE color: 4057301.

HSL color Cylindrical-coordinate representation of color #D5E83D: hue angle of 66.67º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5E83D is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB21323261-
CMYK0.0800.740.09
HSL66.67º78.8%57.45%-
HSV(B)66.67º73.71%90.98%-
XYZ57.1472.215.34-
YUV206.8245.71132.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.09%
GREEN value IS 232 (91.02% from 255) = 45.85%
BLUE value IS 61 (24.22% from 255) = 12.06%
R=42.09%
G=45.85%
B=12.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal213232610.0800.740.0966.6778.857.45
HexD5E83D804A9434f39
Octal325350751001121110311771
Binary1101010111101000111101100001001010100110000111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E83D; }

 p { color: rgb(213,232,61); }

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

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

 a { background-color: rgb(213,232,61); }

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

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

 span { border-color: rgb(213,232,61); }

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