#D1EF3D

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

Shades of Pear #D1EF3D

Tints of Pear #D1EF3D

Color information

#D1EF3D (or 0xD1EF3D) is unknown color: approx Pear. HEX triplet: D1, EF and 3D. RGB value is (209,239,61). Sum of RGB (Red+Green+Blue) = 209+239+61=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 61 (24.22% from 255 or 11.98% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EF3D is #2E10C2. Grayscale: #D2D2D2. Windows color (decimal): -3018947 or 4059089. OLE color: 4059089.

HSL color Cylindrical-coordinate representation of color #D1EF3D: hue angle of 70.11º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1EF3D is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB20923961-
CMYK0.1300.740.06
HSL70.11º84.76%58.82%-
HSV(B)70.11º74.48%93.73%-
XYZ5875.6315.95-
YUV209.7444.06127.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.06%
GREEN value IS 239 (93.75% from 255) = 46.95%
BLUE value IS 61 (24.22% from 255) = 11.98%
R=41.06%
G=46.95%
B=11.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal209239610.1300.740.0670.1184.7658.82
HexD1EF3DD04A646553b
Octal32135775150112610612573
Binary110100011110111111110111010100101011010001101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EF3D; }

 p { color: rgb(209,239,61); }

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

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

 a { background-color: rgb(209,239,61); }

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

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

 span { border-color: rgb(209,239,61); }

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