#d1ef1e

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

Shades of Pear #D1EF1E

Tints of Pear #D1EF1E

Color information

#D1EF1E (or 0xD1EF1E) is unknown color: approx Pear. HEX triplet: D1, EF and 1E. RGB value is (209,239,30). Sum of RGB (Red+Green+Blue) = 209+239+30=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 30 (12.11% from 255 or 6.28% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EF1E is #2E10E1. Grayscale: #CFCFCF. Windows color (decimal): -3018978 or 2027473. OLE color: 2027473.

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

Color convert

RGB20923930-
CMYK0.1300.870.06
HSL68.61º86.72%52.75%-
HSV(B)68.61º87.45%93.73%-
XYZ57.475.3812.75-
YUV206.228.56129.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.72%
GREEN value IS 239 (93.75% from 255) = 50%
BLUE value IS 30 (12.11% from 255) = 6.28%
R=43.72%
G=50%
B=6.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal209239300.1300.870.0668.6186.7252.75
HexD1EF1ED0576455735
Octal32135736150127610512765
Binary11010001111011111111011010101011111010001011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1ef1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1ef1e; }

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

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

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

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

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

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

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

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