#D8E53A

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

Shades of Pear #D8E53A

Tints of Pear #D8E53A

Color information

#D8E53A (or 0xD8E53A) is unknown color: approx Pear. HEX triplet: D8, E5 and 3A. RGB value is (216,229,58). Sum of RGB (Red+Green+Blue) = 216+229+58=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 58 (23.05% from 255 or 11.53% from 503); Max value from RGB is 229 - color contains mainly: green. Hex color #D8E53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E53A is #271AC5. Grayscale: #CECECE. Windows color (decimal): -2562758 or 3859928. OLE color: 3859928.

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

Color convert

RGB21622958-
CMYK0.0600.750.10
HSL64.56º76.68%56.27%-
HSV(B)64.56º74.67%89.8%-
XYZ57.170.9414.69-
YUV205.6244.69135.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.94%
GREEN value IS 229 (89.84% from 255) = 45.53%
BLUE value IS 58 (23.05% from 255) = 11.53%
R=42.94%
G=45.53%
B=11.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal216229580.0600.750.1064.5676.6856.27
HexD8E53A604BA414d38
Octal33034572601131210111570
Binary110110001110010111101011001001011101010000011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E53A; }

 p { color: rgb(216,229,58); }

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

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

 a { background-color: rgb(216,229,58); }

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

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

 span { border-color: rgb(216,229,58); }

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