Html Css Color HEX #1FD07F Mountain Meadow

📋 copy color: '#1FD07F'

red 31 ◦ green 208 ◦ blue 127

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

Shades of Mountain Meadow #1FD07F

Tints of Mountain Meadow #1FD07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.7%

R = 8.47%
G = 56.83%
B = 34.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#1FD07F (or 0x1FD07F) is known color: Mountain Meadow. HEX triplet: 1F, D0 and 7F. RGB value is (31,208,127). Sum of RGB (Red+Green+Blue) = 31+208+127=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 208 (81.64% from 255 or 56.83% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD07F is #E02F80. Grayscale: #919191. Windows color (decimal): -14692225 or 8376351. OLE color: 8376351.

HSL color Cylindrical-coordinate representation of color #1FD07F: hue angle of 152.54º 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 #1FD07F is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 208 127 -
CMYK 0.85 0 0.39 0.18
HSL 152.54º 0.74% 0.47% -
HSV(B) 152.54º 0.85% 0.82% -
XYZ 26.95 46.94 27.72 -
YUV 145.84 117.36 46.09 -
System Red Green Blue C M Y K H S L
Decimal 31 208 127 0.85 0 0.39 0.18 152.54 0.74 0.47
Hex 1F D0 7F 55 0 27 12 99 4A 2F
Octal 37 320 177 125 0 47 22 231 112 57
Binary 11111 11010000 1111111 1010101 0 100111 10010 10011001 1001010 101111

Color Harmonies of #1FD07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD07F

Black with #1FD07F

Text Example


Text Example

White with #1FD07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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