Html Css Color HEX #1FBF70 Mountain Meadow

📋 copy color: '#1FBF70'

red 31 ◦ green 191 ◦ blue 112

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

Shades of Mountain Meadow #1FBF70

Tints of Mountain Meadow #1FBF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 9.28%
G = 57.19%
B = 33.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#1FBF70 (or 0x1FBF70) is known color: Mountain Meadow. HEX triplet: 1F, BF and 70. RGB value is (31,191,112). Sum of RGB (Red+Green+Blue) = 31+191+112=334 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.28% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBF70 is #E0408F. Grayscale: #868686. Windows color (decimal): -14696592 or 7388959. OLE color: 7388959.

HSL color Cylindrical-coordinate representation of color #1FBF70: hue angle of 150.38º 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 #1FBF70 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 191 112 -
CMYK 0.84 0 0.41 0.25
HSL 150.38º 0.72% 0.44% -
HSV(B) 150.38º 0.84% 0.75% -
XYZ 22.12 38.72 21.64 -
YUV 134.15 115.49 54.42 -
System Red Green Blue C M Y K H S L
Decimal 31 191 112 0.84 0 0.41 0.25 150.38 0.72 0.44
Hex 1F BF 70 54 0 29 19 96 48 2C
Octal 37 277 160 124 0 51 31 226 110 54
Binary 11111 10111111 1110000 1010100 0 101001 11001 10010110 1001000 101100

Color Harmonies of #1FBF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBF70

Black with #1FBF70

Text Example


Text Example

White with #1FBF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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