Html Css Color HEX #D6EB2E Pear

📋 copy color: '#D6EB2E'

red 214 ◦ green 235 ◦ blue 46

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

Shades of Pear #D6EB2E

Tints of Pear #D6EB2E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.47%

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

R = 43.23%
G = 47.47%
B = 9.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#D6EB2E (or 0xD6EB2E) is known color: Pear. HEX triplet: D6, EB and 2E. RGB value is (214,235,46). Sum of RGB (Red+Green+Blue) = 214+235+46=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EB2E is #2914D1. Grayscale: #CFCFCF. Windows color (decimal): -2692306 or 3075030. OLE color: 3075030.

HSL color Cylindrical-coordinate representation of color #D6EB2E: hue angle of 66.67º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6EB2E is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 235 46 -
CMYK 0.09 0 0.80 0.08
HSL 66.67º 0.83% 0.55% -
HSV(B) 66.67º 0.8% 0.92% -
XYZ 57.93 73.91 13.8 -
YUV 207.18 37.04 132.87 -
System Red Green Blue C M Y K H S L
Decimal 214 235 46 0.09 0 0.80 0.08 66.67 0.83 0.55
Hex D6 EB 2E 9 0 50 8 43 53 37
Octal 326 353 56 11 0 120 10 103 123 67
Binary 11010110 11101011 101110 1001 0 1010000 1000 1000011 1010011 110111

Color Harmonies of #D6EB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EB2E

Black with #D6EB2E

Text Example


Text Example

White with #D6EB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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