Html Css Color HEX #1FB481 Mountain Meadow

📋 copy color: '#1FB481'

red 31 ◦ green 180 ◦ blue 129

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

Shades of Mountain Meadow #1FB481

Tints of Mountain Meadow #1FB481

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.94%

 BLUE value IS 129 (50.78% from 255) = 37.94%

R = 9.12%
G = 52.94%
B = 37.94%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#1FB481 (or 0x1FB481) is known color: Mountain Meadow. HEX triplet: 1F, B4 and 81. RGB value is (31,180,129). Sum of RGB (Red+Green+Blue) = 31+180+129=340 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.12% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB481 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB481 is #E04B7E. Grayscale: #818181. Windows color (decimal): -14699391 or 8500255. OLE color: 8500255.

HSL color Cylindrical-coordinate representation of color #1FB481: hue angle of 159.46º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB481 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 31 180 129 -
CMYK 0.83 0 0.28 0.29
HSL 159.46º 0.71% 0.41% -
HSV(B) 159.46º 0.83% 0.71% -
XYZ 20.85 34.52 26.33 -
YUV 129.64 127.64 57.65 -
System Red Green Blue C M Y K H S L
Decimal 31 180 129 0.83 0 0.28 0.29 159.46 0.71 0.41
Hex 1F B4 81 53 0 1C 1D 9F 47 29
Octal 37 264 201 123 0 34 35 237 107 51
Binary 11111 10110100 10000001 1010011 0 11100 11101 10011111 1000111 101001

Color Harmonies of #1FB481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB481

Black with #1FB481

Text Example


Text Example

White with #1FB481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,180,129); }

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

background-color css

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

 a { background-color: rgb(31,180,129); }

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

border-color css

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

 span { border-color: rgb(31,180,129); }

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