Html Css Color HEX #D6E749 Pear

📋 copy color: '#D6E749'

red 214 ◦ green 231 ◦ blue 73

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

Shades of Pear #D6E749

Tints of Pear #D6E749

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.59%

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

R = 41.31%
G = 44.59%
B = 14.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#D6E749 (or 0xD6E749) is known color: Pear. HEX triplet: D6, E7 and 49. RGB value is (214,231,73). Sum of RGB (Red+Green+Blue) = 214+231+73=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E749 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E749 is #2918B6. Grayscale: #D0D0D0. Windows color (decimal): -2693303 or 4843478. OLE color: 4843478.

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

Color convert

RGB 214 231 73 -
CMYK 0.07 0 0.68 0.09
HSL 66.46º 0.77% 0.6% -
HSV(B) 66.46º 0.68% 0.91% -
XYZ 57.51 71.93 17.16 -
YUV 207.91 51.87 132.35 -
System Red Green Blue C M Y K H S L
Decimal 214 231 73 0.07 0 0.68 0.09 66.46 0.77 0.6
Hex D6 E7 49 7 0 44 9 42 4D 3C
Octal 326 347 111 7 0 104 11 102 115 74
Binary 11010110 11100111 1001001 111 0 1000100 1001 1000010 1001101 111100

Color Harmonies of #D6E749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E749

Black with #D6E749

Text Example


Text Example

White with #D6E749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E749; }

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

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

background-color css

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

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

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

border-color css

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

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

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