#D5E23B

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

Shades of Pear #D5E23B

Tints of Pear #D5E23B

Color information

#D5E23B (or 0xD5E23B) is unknown color: approx Pear. HEX triplet: D5, E2 and 3B. RGB value is (213,226,59). Sum of RGB (Red+Green+Blue) = 213+226+59=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 59 (23.44% from 255 or 11.85% from 498); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E23B is #2A1DC4. Grayscale: #CBCBCB. Windows color (decimal): -2760133 or 3924693. OLE color: 3924693.

HSL color Cylindrical-coordinate representation of color #D5E23B: hue angle of 64.67º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5E23B is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB21322659-
CMYK0.0600.740.11
HSL64.67º74.22%55.88%-
HSV(B)64.67º73.89%88.63%-
XYZ55.4368.8514.51-
YUV203.0846.69135.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 226 (88.67% from 255) = 45.38%
BLUE value IS 59 (23.44% from 255) = 11.85%
R=42.77%
G=45.38%
B=11.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal213226590.0600.740.1164.6774.2255.88
HexD5E23B604AB414a38
Octal32534273601121310111270
Binary110101011110001011101111001001010101110000011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E23B; }

 p { color: rgb(213,226,59); }

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

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

 a { background-color: rgb(213,226,59); }

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

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

 span { border-color: rgb(213,226,59); }

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