Html Css Color HEX #D1F949 Pear

📋 copy color: '#D1F949'

red 209 ◦ green 249 ◦ blue 73

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

Shades of Pear #D1F949

Tints of Pear #D1F949

RGB

 RED value IS 209 (82.03% from 255) = 39.36%

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

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

R = 39.36%
G = 46.89%
B = 13.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#D1F949 (or 0xD1F949) is known color: Pear. HEX triplet: D1, F9 and 49. RGB value is (209,249,73). Sum of RGB (Red+Green+Blue) = 209+249+73=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F949 is #2E06B6. Grayscale: #D9D9D9. Windows color (decimal): -3016375 or 4848081. OLE color: 4848081.

HSL color Cylindrical-coordinate representation of color #D1F949: hue angle of 73.64º 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 #D1F949 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 249 73 -
CMYK 0.16 0 0.71 0.02
HSL 73.64º 0.94% 0.63% -
HSV(B) 73.64º 0.71% 0.98% -
XYZ 61.37 81.79 18.86 -
YUV 216.98 46.75 122.31 -
System Red Green Blue C M Y K H S L
Decimal 209 249 73 0.16 0 0.71 0.02 73.64 0.94 0.63
Hex D1 F9 49 10 0 47 2 4A 5E 3F
Octal 321 371 111 20 0 107 2 112 136 77
Binary 11010001 11111001 1001001 10000 0 1000111 10 1001010 1011110 111111

Color Harmonies of #D1F949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F949

Black with #D1F949

Text Example


Text Example

White with #D1F949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F949; }

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

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

background-color css

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

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

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

border-color css

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

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

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