Html Css Color HEX #1FD076 Mountain Meadow

📋 copy color: '#1FD076'

red 31 ◦ green 208 ◦ blue 118

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

Shades of Mountain Meadow #1FD076

Tints of Mountain Meadow #1FD076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.26%

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 8.68%
G = 58.26%
B = 33.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#1FD076 (or 0x1FD076) is known color: Mountain Meadow. HEX triplet: 1F, D0 and 76. RGB value is (31,208,118). Sum of RGB (Red+Green+Blue) = 31+208+118=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD076 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD076 is #E02F89. Grayscale: #919191. Windows color (decimal): -14692234 or 7786527. OLE color: 7786527.

HSL color Cylindrical-coordinate representation of color #1FD076: hue angle of 149.49º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD076 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 208 118 -
CMYK 0.85 0 0.43 0.18
HSL 149.49º 0.74% 0.47% -
HSV(B) 149.49º 0.85% 0.82% -
XYZ 26.39 46.71 24.76 -
YUV 144.82 112.86 46.82 -
System Red Green Blue C M Y K H S L
Decimal 31 208 118 0.85 0 0.43 0.18 149.49 0.74 0.47
Hex 1F D0 76 55 0 2B 12 95 4A 2F
Octal 37 320 166 125 0 53 22 225 112 57
Binary 11111 11010000 1110110 1010101 0 101011 10010 10010101 1001010 101111

Color Harmonies of #1FD076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD076

Black with #1FD076

Text Example


Text Example

White with #1FD076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,208,118); }

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

background-color css

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

 a { background-color: rgb(31,208,118); }

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

border-color css

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

 span { border-color: rgb(31,208,118); }

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