Html Css Color HEX #D6EC2B Pear

📋 copy color: '#D6EC2B'

red 214 ◦ green 236 ◦ blue 43

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

Shades of Pear #D6EC2B

Tints of Pear #D6EC2B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.87%

 BLUE value IS 43 (17.19% from 255) = 8.72%

R = 43.41%
G = 47.87%
B = 8.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#D6EC2B (or 0xD6EC2B) is known color: Pear. HEX triplet: D6, EC and 2B. RGB value is (214,236,43). Sum of RGB (Red+Green+Blue) = 214+236+43=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EC2B is #2913D4. Grayscale: #D0D0D0. Windows color (decimal): -2692053 or 2878678. OLE color: 2878678.

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

Color convert

RGB 214 236 43 -
CMYK 0.09 0 0.82 0.07
HSL 66.84º 0.84% 0.55% -
HSV(B) 66.84º 0.82% 0.93% -
XYZ 58.16 74.46 13.59 -
YUV 207.42 35.21 132.69 -
System Red Green Blue C M Y K H S L
Decimal 214 236 43 0.09 0 0.82 0.07 66.84 0.84 0.55
Hex D6 EC 2B 9 0 52 7 43 54 37
Octal 326 354 53 11 0 122 7 103 124 67
Binary 11010110 11101100 101011 1001 0 1010010 111 1000011 1010100 110111

Color Harmonies of #D6EC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EC2B

Black with #D6EC2B

Text Example


Text Example

White with #D6EC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EC2B; }

 p { color: rgb(214,236,43); }

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

background-color css

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

 a { background-color: rgb(214,236,43); }

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

border-color css

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

 span { border-color: rgb(214,236,43); }

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