Html Css Color HEX #1FCC80 Mountain Meadow

📋 copy color: '#1FCC80'

red 31 ◦ green 204 ◦ blue 128

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

Shades of Mountain Meadow #1FCC80

Tints of Mountain Meadow #1FCC80

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.2%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 8.54%
G = 56.2%
B = 35.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#1FCC80 (or 0x1FCC80) is known color: Mountain Meadow. HEX triplet: 1F, CC and 80. RGB value is (31,204,128). Sum of RGB (Red+Green+Blue) = 31+204+128=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 204 (80.08% from 255 or 56.20% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCC80 is #E0337F. Grayscale: #8F8F8F. Windows color (decimal): -14693248 or 8440863. OLE color: 8440863.

HSL color Cylindrical-coordinate representation of color #1FCC80: hue angle of 153.64º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCC80 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 204 128 -
CMYK 0.85 0 0.37 0.2
HSL 153.64º 0.74% 0.46% -
HSV(B) 153.64º 0.85% 0.8% -
XYZ 26.05 45.04 27.74 -
YUV 143.61 119.19 47.68 -
System Red Green Blue C M Y K H S L
Decimal 31 204 128 0.85 0 0.37 0.2 153.64 0.74 0.46
Hex 1F CC 80 55 0 25 14 9A 4A 2E
Octal 37 314 200 125 0 45 24 232 112 56
Binary 11111 11001100 10000000 1010101 0 100101 10100 10011010 1001010 101110

Color Harmonies of #1FCC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCC80

Black with #1FCC80

Text Example


Text Example

White with #1FCC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,204,128); }

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

background-color css

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

 a { background-color: rgb(31,204,128); }

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

border-color css

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

 span { border-color: rgb(31,204,128); }

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