#D5E435

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

Shades of Pear #D5E435

Tints of Pear #D5E435

Color information

#D5E435 (or 0xD5E435) is unknown color: approx Pear. HEX triplet: D5, E4 and 35. RGB value is (213,228,53). Sum of RGB (Red+Green+Blue) = 213+228+53=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 53 (21.09% from 255 or 10.73% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E435 is #2A1BCA. Grayscale: #CCCCCC. Windows color (decimal): -2759627 or 3531989. OLE color: 3531989.

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

Color convert

RGB21322853-
CMYK0.0700.770.11
HSL65.14º76.42%55.1%-
HSV(B)65.14º76.75%89.41%-
XYZ55.8369.8913.92-
YUV203.5643.03134.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 228 (89.45% from 255) = 46.15%
BLUE value IS 53 (21.09% from 255) = 10.73%
R=43.12%
G=46.15%
B=10.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal213228530.0700.770.1165.1476.4255.1
HexD5E435704DB414c37
Octal32534465701151310111467
Binary110101011110010011010111101001101101110000011001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E435; }

 p { color: rgb(213,228,53); }

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

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

 a { background-color: rgb(213,228,53); }

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

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

 span { border-color: rgb(213,228,53); }

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