#1FC885

Color #1FC885 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1FC885

Tints of Mountain Meadow #1FC885

Color information

#1FC885 (or 0x1FC885) is unknown color: approx Mountain Meadow. HEX triplet: 1F, C8 and 85. RGB value is (31,200,133). Sum of RGB (Red+Green+Blue) = 31+200+133=364 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.52% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC885 is #E0377A. Grayscale: #8D8D8D. Windows color (decimal): -14694267 or 8767519. OLE color: 8767519.

HSL color Cylindrical-coordinate representation of color #1FC885: hue angle of 156.21º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC885 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB31200133-
CMYK0.8400.340.22
HSL156.21º73.16%45.29%-
HSV(B)156.21º84.5%78.43%-
XYZ25.4543.2929.21-
YUV141.83123.0148.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.52%
GREEN value IS 200 (78.52% from 255) = 54.95%
BLUE value IS 133 (52.34% from 255) = 36.54%
R=8.52%
G=54.95%
B=36.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal312001330.8400.340.22156.2173.1645.29
Hex1FC88554022169c492d
Octal373102051240422623411155
Binary1111111001000100001011010100010001010110100111001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,200,133); }

 H1.HeaderClassName
 {
   color: #1FC885;
 }
 .AnyTagClassName
 {
   color: #1FC885;
 }
</style>
background-color css

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

 a { background-color: rgb(31,200,133); }

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

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

 span { border-color: rgb(31,200,133); }

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