Html Css Color HEX #D1F149 Pear

📋 copy color: '#D1F149'

red 209 ◦ green 241 ◦ blue 73

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

Shades of Pear #D1F149

Tints of Pear #D1F149

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.08%

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

R = 39.96%
G = 46.08%
B = 13.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#D1F149 (or 0xD1F149) is known color: Pear. HEX triplet: D1, F1 and 49. RGB value is (209,241,73). Sum of RGB (Red+Green+Blue) = 209+241+73=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F149 is #2E0EB6. Grayscale: #D4D4D4. Windows color (decimal): -3018423 or 4846033. OLE color: 4846033.

HSL color Cylindrical-coordinate representation of color #D1F149: hue angle of 71.43º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1F149 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 241 73 -
CMYK 0.13 0 0.70 0.05
HSL 71.43º 0.86% 0.62% -
HSV(B) 71.43º 0.7% 0.95% -
XYZ 58.95 76.95 18.05 -
YUV 212.28 49.4 125.66 -
System Red Green Blue C M Y K H S L
Decimal 209 241 73 0.13 0 0.70 0.05 71.43 0.86 0.62
Hex D1 F1 49 D 0 46 5 47 56 3E
Octal 321 361 111 15 0 106 5 107 126 76
Binary 11010001 11110001 1001001 1101 0 1000110 101 1000111 1010110 111110

Color Harmonies of #D1F149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F149

Black with #D1F149

Text Example


Text Example

White with #D1F149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F149; }

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

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

background-color css

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

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

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

border-color css

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

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

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