Html Css Color HEX #D6E849 Pear

📋 copy color: '#D6E849'

red 214 ◦ green 232 ◦ blue 73

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

Shades of Pear #D6E849

Tints of Pear #D6E849

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.7%

 BLUE value IS 73 (28.91% from 255) = 14.07%

R = 41.23%
G = 44.7%
B = 14.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#D6E849 (or 0xD6E849) is known color: Pear. HEX triplet: D6, E8 and 49. RGB value is (214,232,73). Sum of RGB (Red+Green+Blue) = 214+232+73=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E849 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E849 is #2917B6. Grayscale: #D1D1D1. Windows color (decimal): -2693047 or 4843734. OLE color: 4843734.

HSL color Cylindrical-coordinate representation of color #D6E849: hue angle of 66.79º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6E849 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 232 73 -
CMYK 0.08 0 0.69 0.09
HSL 66.79º 0.78% 0.6% -
HSV(B) 66.79º 0.69% 0.91% -
XYZ 57.79 72.49 17.25 -
YUV 208.49 51.54 131.93 -
System Red Green Blue C M Y K H S L
Decimal 214 232 73 0.08 0 0.69 0.09 66.79 0.78 0.6
Hex D6 E8 49 8 0 45 9 43 4E 3C
Octal 326 350 111 10 0 105 11 103 116 74
Binary 11010110 11101000 1001001 1000 0 1000101 1001 1000011 1001110 111100

Color Harmonies of #D6E849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E849

Black with #D6E849

Text Example


Text Example

White with #D6E849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E849; }

 p { color: rgb(214,232,73); }

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

background-color css

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

 a { background-color: rgb(214,232,73); }

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

border-color css

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

 span { border-color: rgb(214,232,73); }

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