#d1e216

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

Shades of Pear #D1E216

Tints of Pear #D1E216

Color information

#D1E216 (or 0xD1E216) is unknown color: approx Pear. HEX triplet: D1, E2 and 16. RGB value is (209,226,22). Sum of RGB (Red+Green+Blue) = 209+226+22=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 226 (88.67% from 255 or 49.45% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E216 is #2E1DE9. Grayscale: #C6C6C6. Windows color (decimal): -3022314 or 1499857. OLE color: 1499857.

HSL color Cylindrical-coordinate representation of color #D1E216: hue angle of 65º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1E216 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB20922622-
CMYK0.0800.900.11
HSL65º82.26%48.63%-
HSV(B)65º90.27%88.63%-
XYZ53.6468.0111.06-
YUV197.6628.87136.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.73%
GREEN value IS 226 (88.67% from 255) = 49.45%
BLUE value IS 22 (8.98% from 255) = 4.81%
R=45.73%
G=49.45%
B=4.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal209226220.0800.900.116582.2648.63
HexD1E216805AB415231
Octal321342261001321310112261
Binary110100011110001010110100001011010101110000011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1e216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1e216; }

 p { color: rgb(209,226,22); }

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

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

 a { background-color: rgb(209,226,22); }

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

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

 span { border-color: rgb(209,226,22); }

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