Html Css Color HEX #D6ED2E Pear

📋 copy color: '#D6ED2E'

red 214 ◦ green 237 ◦ blue 46

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

Shades of Pear #D6ED2E

Tints of Pear #D6ED2E

RGB

 RED value IS 214 (83.98% from 255) = 43.06%

 GREEN value IS 237 (92.97% from 255) = 47.69%

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

R = 43.06%
G = 47.69%
B = 9.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#D6ED2E (or 0xD6ED2E) is known color: Pear. HEX triplet: D6, ED and 2E. RGB value is (214,237,46). Sum of RGB (Red+Green+Blue) = 214+237+46=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 46 (18.36% from 255 or 9.26% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6ED2E is #2912D1. Grayscale: #D1D1D1. Windows color (decimal): -2691794 or 3075542. OLE color: 3075542.

HSL color Cylindrical-coordinate representation of color #D6ED2E: hue angle of 67.23º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6ED2E is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 46 -
CMYK 0.10 0 0.81 0.07
HSL 67.23º 0.84% 0.55% -
HSV(B) 67.23º 0.81% 0.93% -
XYZ 58.51 75.06 13.99 -
YUV 208.35 36.38 132.03 -
System Red Green Blue C M Y K H S L
Decimal 214 237 46 0.10 0 0.81 0.07 67.23 0.84 0.55
Hex D6 ED 2E A 0 51 7 43 54 37
Octal 326 355 56 12 0 121 7 103 124 67
Binary 11010110 11101101 101110 1010 0 1010001 111 1000011 1010100 110111

Color Harmonies of #D6ED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ED2E

Black with #D6ED2E

Text Example


Text Example

White with #D6ED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ED2E; }

 p { color: rgb(214,237,46); }

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

background-color css

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

 a { background-color: rgb(214,237,46); }

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

border-color css

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

 span { border-color: rgb(214,237,46); }

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