Html Css Color HEX #D6F949 Pear

📋 copy color: '#D6F949'

red 214 ◦ green 249 ◦ blue 73

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

Shades of Pear #D6F949

Tints of Pear #D6F949

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.46%

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

R = 39.93%
G = 46.46%
B = 13.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#D6F949 (or 0xD6F949) is known color: Pear. HEX triplet: D6, F9 and 49. RGB value is (214,249,73). Sum of RGB (Red+Green+Blue) = 214+249+73=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 73 (28.91% from 255 or 13.62% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F949 is #2906B6. Grayscale: #DBDBDB. Windows color (decimal): -2688695 or 4848086. OLE color: 4848086.

HSL color Cylindrical-coordinate representation of color #D6F949: hue angle of 71.93º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6F949 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 249 73 -
CMYK 0.14 0 0.71 0.02
HSL 71.93º 0.94% 0.63% -
HSV(B) 71.93º 0.71% 0.98% -
XYZ 62.81 82.53 18.92 -
YUV 218.47 45.9 124.81 -
System Red Green Blue C M Y K H S L
Decimal 214 249 73 0.14 0 0.71 0.02 71.93 0.94 0.63
Hex D6 F9 49 E 0 47 2 48 5E 3F
Octal 326 371 111 16 0 107 2 110 136 77
Binary 11010110 11111001 1001001 1110 0 1000111 10 1001000 1011110 111111

Color Harmonies of #D6F949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F949

Black with #D6F949

Text Example


Text Example

White with #D6F949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F949; }

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

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

background-color css

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

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

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

border-color css

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

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

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