#D8E221

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

Shades of Pear #D8E221

Tints of Pear #D8E221

Color information

#D8E221 (or 0xD8E221) is unknown color: approx Pear. HEX triplet: D8, E2 and 21. RGB value is (216,226,33). Sum of RGB (Red+Green+Blue) = 216+226+33=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 33 (13.28% from 255 or 6.95% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #D8E221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E221 is #271DDE. Grayscale: #C9C9C9. Windows color (decimal): -2563551 or 2220760. OLE color: 2220760.

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

Color convert

RGB21622633-
CMYK0.0400.850.11
HSL63.11º76.89%50.78%-
HSV(B)63.11º85.4%88.63%-
XYZ55.7969.111.84-
YUV201.0133.19138.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.47%
GREEN value IS 226 (88.67% from 255) = 47.58%
BLUE value IS 33 (13.28% from 255) = 6.95%
R=45.47%
G=47.58%
B=6.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal216226330.0400.850.1163.1176.8950.78
HexD8E2214055B3f4d33
Octal3303424140125137711563
Binary11011000111000101000011000101010110111111111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E221; }

 p { color: rgb(216,226,33); }

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

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

 a { background-color: rgb(216,226,33); }

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

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

 span { border-color: rgb(216,226,33); }

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