Html Css Color HEX #D1EF2E Pear

📋 copy color: '#D1EF2E'

red 209 ◦ green 239 ◦ blue 46

#D1EF2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #D1EF2E

Tints of Pear #D1EF2E

RGB

 RED value IS 209 (82.03% from 255) = 42.31%

 GREEN value IS 239 (93.75% from 255) = 48.38%

 BLUE value IS 46 (18.36% from 255) = 9.31%

R = 42.31%
G = 48.38%
B = 9.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#D1EF2E (or 0xD1EF2E) is known color: Pear. HEX triplet: D1, EF and 2E. RGB value is (209,239,46). Sum of RGB (Red+Green+Blue) = 209+239+46=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EF2E is #2E10D1. Grayscale: #D0D0D0. Windows color (decimal): -3018962 or 3076049. OLE color: 3076049.

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

Color convert

RGB 209 239 46 -
CMYK 0.13 0 0.81 0.06
HSL 69.33º 0.86% 0.56% -
HSV(B) 69.33º 0.81% 0.94% -
XYZ 57.65 75.49 14.12 -
YUV 208.03 36.56 128.69 -
System Red Green Blue C M Y K H S L
Decimal 209 239 46 0.13 0 0.81 0.06 69.33 0.86 0.56
Hex D1 EF 2E D 0 51 6 45 56 38
Octal 321 357 56 15 0 121 6 105 126 70
Binary 11010001 11101111 101110 1101 0 1010001 110 1000101 1010110 111000

Color Harmonies of #D1EF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EF2E

Black with #D1EF2E

Text Example


Text Example

White with #D1EF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EF2E; }

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

 H1.HeaderClassName
 {
   color: #D1EF2E;
 }
 .AnyTagClassName
 {
   color: #D1EF2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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