Html Css Color HEX #D6E649 Pear

📋 copy color: '#D6E649'

red 214 ◦ green 230 ◦ blue 73

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

Shades of Pear #D6E649

Tints of Pear #D6E649

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.49%

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

R = 41.39%
G = 44.49%
B = 14.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#D6E649 (or 0xD6E649) is known color: Pear. HEX triplet: D6, E6 and 49. RGB value is (214,230,73). Sum of RGB (Red+Green+Blue) = 214+230+73=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E649 is #2919B6. Grayscale: #CFCFCF. Windows color (decimal): -2693559 or 4843222. OLE color: 4843222.

HSL color Cylindrical-coordinate representation of color #D6E649: hue angle of 66.11º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6E649 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 230 73 -
CMYK 0.07 0 0.68 0.10
HSL 66.11º 0.76% 0.59% -
HSV(B) 66.11º 0.68% 0.9% -
XYZ 57.23 71.37 17.06 -
YUV 207.32 52.2 132.77 -
System Red Green Blue C M Y K H S L
Decimal 214 230 73 0.07 0 0.68 0.10 66.11 0.76 0.59
Hex D6 E6 49 7 0 44 A 42 4C 3B
Octal 326 346 111 7 0 104 12 102 114 73
Binary 11010110 11100110 1001001 111 0 1000100 1010 1000010 1001100 111011

Color Harmonies of #D6E649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E649

Black with #D6E649

Text Example


Text Example

White with #D6E649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E649; }

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

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

background-color css

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

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

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

border-color css

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

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

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