#1FCE74

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

Shades of Mountain Meadow #1FCE74

Tints of Mountain Meadow #1FCE74

Color information

#1FCE74 (or 0x1FCE74) is unknown color: approx Mountain Meadow. HEX triplet: 1F, CE and 74. RGB value is (31,206,116). Sum of RGB (Red+Green+Blue) = 31+206+116=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 206 (80.86% from 255 or 58.36% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCE74 is #E0318B. Grayscale: #8F8F8F. Windows color (decimal): -14692748 or 7654943. OLE color: 7654943.

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

Color convert

RGB31206116-
CMYK0.8500.440.19
HSL149.14º73.84%46.47%-
HSV(B)149.14º84.95%80.78%-
XYZ25.7945.6923.98-
YUV143.42112.5247.82-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.78%
GREEN value IS 206 (80.86% from 255) = 58.36%
BLUE value IS 116 (45.70% from 255) = 32.86%
R=8.78%
G=58.36%
B=32.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal312061160.8500.440.19149.1473.8446.47
Hex1FCE745502C13954a2e
Octal373161641250542322511256
Binary111111100111011101001010101010110010011100101011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,206,116); }

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

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

 a { background-color: rgb(31,206,116); }

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

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

 span { border-color: rgb(31,206,116); }

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