Html Css Color HEX #1FBF7E Mountain Meadow

📋 copy color: '#1FBF7E'

red 31 ◦ green 191 ◦ blue 126

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

Shades of Mountain Meadow #1FBF7E

Tints of Mountain Meadow #1FBF7E

RGB

 RED value IS 31 (12.5% from 255) = 8.91%

 GREEN value IS 191 (75% from 255) = 54.89%

 BLUE value IS 126 (49.61% from 255) = 36.21%

R = 8.91%
G = 54.89%
B = 36.21%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#1FBF7E (or 0x1FBF7E) is known color: Mountain Meadow. HEX triplet: 1F, BF and 7E. RGB value is (31,191,126). Sum of RGB (Red+Green+Blue) = 31+191+126=348 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.91% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBF7E is #E04081. Grayscale: #878787. Windows color (decimal): -14696578 or 8306463. OLE color: 8306463.

HSL color Cylindrical-coordinate representation of color #1FBF7E: hue angle of 155.62º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBF7E is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 191 126 -
CMYK 0.84 0 0.34 0.25
HSL 155.63º 0.72% 0.44% -
HSV(B) 155.63º 0.84% 0.75% -
XYZ 22.96 39.06 26.07 -
YUV 135.75 122.49 53.29 -
System Red Green Blue C M Y K H S L
Decimal 31 191 126 0.84 0 0.34 0.25 155.63 0.72 0.44
Hex 1F BF 7E 54 0 22 19 9C 48 2C
Octal 37 277 176 124 0 42 31 234 110 54
Binary 11111 10111111 1111110 1010100 0 100010 11001 10011100 1001000 101100

Color Harmonies of #1FBF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBF7E

Black with #1FBF7E

Text Example


Text Example

White with #1FBF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FBF7E; }

 p { color: rgb(31,191,126); }

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

background-color css

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

 a { background-color: rgb(31,191,126); }

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

border-color css

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

 span { border-color: rgb(31,191,126); }

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